diff --git a/customize.dist/translations/messages.js b/customize.dist/translations/messages.js index fca5659c7..388ba6561 100644 --- a/customize.dist/translations/messages.js +++ b/customize.dist/translations/messages.js @@ -242,6 +242,11 @@ define(function () { "" ].join(''); + out.register_writtenPassword = "I have written down my username and password, proceed"; + out.register_cancel = "Go back"; + + out.register_warning = "Zero Knowledge means that we can't recover your data if you lose your password."; + // Settings out.settings_title = "Settings"; out.settings_save = "Save";