diff options
author | stanislavh <stanislav.honcharov@sonarsource.com> | 2023-03-24 12:35:34 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-03-27 20:03:02 +0000 |
commit | dc25d166d7be1b6ec38464bf4e61023f2367cedf (patch) | |
tree | bbbd83827ee889bcb42d173a7fae36e06498f1fb /sonar-core | |
parent | 8ce527ddfcbb736ebb1d29a757e0fc9e3a0adc71 (diff) | |
download | sonarqube-dc25d166d7be1b6ec38464bf4e61023f2367cedf.tar.gz sonarqube-dc25d166d7be1b6ec38464bf4e61023f2367cedf.zip |
SONAR-18832 Add aria label on SCM account delete button in create user dialog
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 4 |
1 files changed, 3 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 a12def9b4dc..62622ab2650 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -165,7 +165,7 @@ recommended=Recommended refresh=Refresh reload=Reload remove=Remove -remove_x=Remove {x} +remove_x=Remove {0} rename=Rename replaces=Replaces reset_verb=Reset @@ -4357,6 +4357,8 @@ users.delete_user.help=A user account cannot be reactivated once their personal users.delete_user.help.link=Learn more users.delete_user.documentation=Authentication users.create_user=Create User +users.create_user.scm_account_new=New SCM account +users.create_user.scm_account_x=SCM account '{0}' users.update_user=Update User users.cannot_update_delegated_user=You cannot update the name and email of this user, as it is controlled by an external identity provider. users.minimum_x_characters=Minimum {0} characters |