mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-09-09 19:39:12 +00:00
added localisation for encryption dialog & de-DE translation
This commit is contained in:
@@ -23,7 +23,7 @@ exports.startup = function() {
|
||||
$tw.passwordPrompt.createPrompt({
|
||||
serviceName: $tw.language.getString("Encryption/PromptSetPassword"),
|
||||
noUserName: true,
|
||||
submitText: "Set password",
|
||||
submitText: $tw.language.getString("Encryption/SetPassword"),
|
||||
canCancel: true,
|
||||
repeatPassword: true,
|
||||
callback: function(data) {
|
||||
|
||||
Reference in New Issue
Block a user