From 4bf741e9596c4e6307716f17aa741b7d952c4409 Mon Sep 17 00:00:00 2001 From: ansuz Date: Tue, 17 Jul 2018 14:54:54 +0200 Subject: [PATCH] fix typo in translations --- customize.dist/translations/messages.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customize.dist/translations/messages.js b/customize.dist/translations/messages.js index 17daf8ae2..0bc5b047e 100644 --- a/customize.dist/translations/messages.js +++ b/customize.dist/translations/messages.js @@ -1183,7 +1183,7 @@ define(function () { out.properties_changePassword = "Change the password"; out.properties_confirmNew = "Are you sure? Adding a password will change this pad's URL and remove its history. Users without the password will lose access to this pad"; out.properties_confirmChange = "Are you sure? Changing the password will remove its history. Users without the new password will lose access to this pad"; - out.properties.passwordSame = "New passwords must differ from the current one."; + out.properties_passwordSame = "New passwords must differ from the current one."; out.properties_passwordError = "An error occured while trying to change the password. Please try again."; out.properties_passwordWarning = "The password was successfully changed but we were unable to update your CryptDrive with the new data. You may have to remove the old version of the pad manually.
Press OK to reload and update your acces rights."; out.properties_passwordSuccess = "The password was successfully changed.
Press OK to reload and update your access rights.";