From 8ff9a3138ec0c7a0056b1dca7e47c71e9dad8494 Mon Sep 17 00:00:00 2001 From: Mathieu Suen Date: Fri, 13 Oct 2023 18:06:50 +0200 Subject: SONAR-20708 Add multi project import API call --- sonar-core/src/main/resources/org/sonar/l10n/core.properties | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sonar-core') 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}. -- cgit v1.2.3