diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2016-01-27 15:00:10 +0100 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2016-01-28 16:14:24 +0100 |
commit | 2e164af1b3681e8f44c31c108110a1cd7e3265e1 (patch) | |
tree | cc96c3f71c58ea1952de4000fd1f1043a2418e84 /sonar-core | |
parent | 0e090954cbeefebe2c7946110ad1285d654cb961 (diff) | |
download | sonarqube-2e164af1b3681e8f44c31c108110a1cd7e3265e1.tar.gz sonarqube-2e164af1b3681e8f44c31c108110a1cd7e3265e1.zip |
SONAR-7231 improve rendering of password form
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 8 |
1 files changed, 4 insertions, 4 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 76b0d18e512..e46298ecc67 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2141,11 +2141,11 @@ my_profile.email=Email my_profile.groups=Groups my_profile.scm_accounts=SCM Accounts my_profile.password.title=Change password -my_profile.password.old=Old value -my_profile.password.new=New value -my_profile.password.confirm=Confirm new value +my_profile.password.old=Old Password +my_profile.password.new=New Password +my_profile.password.confirm=Confirm Password my_profile.password.submit=Change password -my_profile.password.changed=Password changed +my_profile.password.changed=The password has been changed! my_profile.password.empty=Password can not be empty my_profile.password.wrong_old=Wrong old password my_profile.notifications.submit=Save changes |