diff options
author | Mathieu Suen <mathieu.suen@sonarsource.com> | 2020-11-25 15:09:54 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2020-12-02 20:06:57 +0000 |
commit | 458cff671f946eecb5696d2f7f873e7004a81966 (patch) | |
tree | ffab993df100b8e8d1013efd242445fd70ec350e /sonar-core | |
parent | f1c787ccd9b21b6af6859c74814e45c1e7faea01 (diff) | |
download | sonarqube-458cff671f946eecb5696d2f7f873e7004a81966.tar.gz sonarqube-458cff671f946eecb5696d2f7f873e7004a81966.zip |
SONAR-14175 Adding the reset password form.
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 5 |
1 files changed, 3 insertions, 2 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 1917398eb95..38cefcb7b22 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1824,11 +1824,10 @@ my_profile.email=Email my_profile.groups=Groups my_profile.scm_accounts=SCM Accounts my_profile.scm_accounts.tooltip=SCM accounts are used for automatic issue assignment. Login and email are automatically considered as SCM account. -my_profile.password.title=Change password +my_profile.password.title=Enter a new password 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=The password has been changed! my_profile.notifications.submit=Save changes my_profile.overall_notifications.title=Overall notifications @@ -1866,6 +1865,8 @@ my_account.add_project.azure=Azure DevOps my_account.add_project.bitbucket=Bitbucket my_account.add_project.github=GitHub my_account.add_project.gitlab=GitLab +my_account.reset_password=Update your password +my_account.reset_password.explain=This account should not use the default password. my_account.create_new_project_portfolio_or_application=Analyze new project / Create new portfolio or application |