diff options
author | Mathieu Suen <mathieu.suen@sonarsource.com> | 2023-10-13 18:06:50 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-10-18 20:03:05 +0000 |
commit | 8ff9a3138ec0c7a0056b1dca7e47c71e9dad8494 (patch) | |
tree | 1cfd0786d063237667a6425b2d391ca5374aa01b /sonar-core | |
parent | cb55aa8cb1c94ea1e14115222550f58a98897729 (diff) | |
download | sonarqube-8ff9a3138ec0c7a0056b1dca7e47c71e9dad8494.tar.gz sonarqube-8ff9a3138ec0c7a0056b1dca7e47c71e9dad8494.zip |
SONAR-20708 Add multi project import API call
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 3 |
1 files changed, 1 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 fb19ad89c0f..09b12b70209 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -4200,8 +4200,7 @@ onboarding.create_project.new_code_definition.description.link=Defining New Code onboarding.create_project.new_code_definition.create_project=Create project onboarding.create_project.new_code_definition.create_x_projects=Create {count, plural, one {project} other {# projects}} onboarding.create_projects.new_code_definition.change_info=You can change this for each project individually at any time in the project administration. - -onboarding.create_project.success=Congratulations! Your project has been created. +onboarding.create_project.success=Your {count, plural, one {project has} other {# projects have}} been created. onboarding.token.header=Provide a token onboarding.token.text=The token is used to identify you when an analysis is performed. If it has been compromised, you can revoke it at any point in time in your {link}. |