From ee16b3ab156f7d454e617c9e60c74444ab32070d Mon Sep 17 00:00:00 2001 From: ansuz Date: Tue, 17 Jul 2018 16:07:08 +0200 Subject: [PATCH] modified english translations --- customize.dist/translations/messages.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/customize.dist/translations/messages.js b/customize.dist/translations/messages.js index 0bc5b047e..b16e6d876 100644 --- a/customize.dist/translations/messages.js +++ b/customize.dist/translations/messages.js @@ -612,8 +612,8 @@ define(function () { out.settings_changePasswordCurrent = "Current password"; out.settings_changePasswordNew = "New password"; out.settings_changePasswordNewConfirm = "Confirm new password"; - out.settings_changePasswordConfirm = "Are you sure?"; - out.settings_changePasswordError = "Error {0}"; + out.settings_changePasswordConfirm = "Are you sure you want to change your password? You will need to log back in on all your devices."; + out.settings_changePasswordError = "An unexpected error occurred. If you are unable to login or change your password, contact your CryptPad administrators."; out.upload_title = "File upload"; out.upload_modal_title = "File upload options";