aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorguillaume-peoch-sonarsource <guillaume.peoch@sonarsource.com>2024-09-10 10:59:51 +0200
committersonartech <sonartech@sonarsource.com>2024-09-11 20:03:48 +0000
commit41203c6be54e42cfd5df6c0af9c671ed98a651c7 (patch)
tree51d8a6e55054e07e5bbb4f58304d3fc5d7e21b01 /sonar-core
parent494f07baf378e308397830d375feb5c2d01f1120 (diff)
downloadsonarqube-41203c6be54e42cfd5df6c0af9c671ed98a651c7.tar.gz
sonarqube-41203c6be54e42cfd5df6c0af9c671ed98a651c7.zip
SONAR-22931 improve wording and spacing
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties10
1 files changed, 5 insertions, 5 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 3977ed8227a..ce345ecd8f4 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -2801,11 +2801,11 @@ alert.dismiss=Dismiss this message
#------------------------------------------------------------------------------
user.password_doesnt_match_confirmation=Password doesn't match confirmation.
user.password.conditions=Your password must include at least:
-user.password.condition.12_characters=At least 12 characters
-user.password.condition.1_upper_case=At least one uppercase letter
-user.password.condition.1_lower_case=At least one lowercase letter
-user.password.condition.1_number=At least one digit
-user.password.condition.1_special_character=At least one special character
+user.password.condition.12_characters=12 characters
+user.password.condition.1_upper_case=1 upper case letter
+user.password.condition.1_lower_case=1 lower case letter
+user.password.condition.1_number=1 number
+user.password.condition.1_special_character=1 special character
user.password.invalid=Your password must meet all the requirements.
user.password.do_not_match=Passwords do not match.
user.old_password_incorrect=Old password is incorrect