diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2014-08-11 10:01:03 +0200 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@sonarsource.com> | 2014-08-11 10:01:03 +0200 |
commit | e1937fdb8b0f5e7a695a39ed5a97241601da18fe (patch) | |
tree | 0a480f09b9e2158a4e22d2cdb5ccb9e25ba4a4c2 /sonar-core | |
parent | 45896a6f2238cd24d05881736e9b4674cb239ce9 (diff) | |
download | sonarqube-e1937fdb8b0f5e7a695a39ed5a97241601da18fe.tar.gz sonarqube-e1937fdb8b0f5e7a695a39ed5a97241601da18fe.zip |
SONAR-3679 Make the password checking consistent between the "My Profile" and "Users" pages
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sonar-core/src/main/resources/org/sonar/l10n/core.properties b/sonar-core/src/main/resources/org/sonar/l10n/core.properties index 15d31e7e06c..96d85b86381 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1926,7 +1926,6 @@ my_profile.password.confirm=Confirm new value my_profile.password.submit=Change password my_profile.password.changed=Password changed my_profile.password.empty=Password can not be empty -my_profile.password.mismatch=Password mismatch my_profile.password.wrong_old=Wrong old password my_profile.notifications.submit=Save changes my_profile.overall_notifications.title=Overall notifications |