aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorGrégoire Aubert <gregoire.aubert@sonarsource.com>2018-07-10 14:19:36 +0200
committerSonarTech <sonartech@sonarsource.com>2018-07-11 20:21:23 +0200
commitc05f7c7de9d840249ba684209667fd4a8014f367 (patch)
tree1905e4f5f96708bbb4ef5ff4c9aeef3c9aa8aa71 /sonar-core
parent3bf2e0779d83edc09f674ddf7bfa963f312a0036 (diff)
downloadsonarqube-c05f7c7de9d840249ba684209667fd4a8014f367.tar.gz
sonarqube-c05f7c7de9d840249ba684209667fd4a8014f367.zip
SONAR-10948 Update warning message when changing visibility of project
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties6
1 files changed, 3 insertions, 3 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 96bf8b0b98c..dffc57e27be 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -2045,11 +2045,11 @@ projects_role.turn_project_to_public.TRK=Turn Project to Public
projects_role.turn_project_to_public.VW=Turn Portfolio to Public
projects_role.turn_project_to_public.APP=Turn Application to Public
projects_role.are_you_sure_to_turn_project_to_public.TRK=Are you sure you want to turn your project to public?
-projects_role.are_you_sure_to_turn_project_to_public.2.TRK=Everybody will be able to browse and see the source code of your project.
+projects_role.are_you_sure_to_turn_project_to_public.warning.TRK=Everybody will be able to browse and see the source code of your project.
projects_role.are_you_sure_to_turn_project_to_public.VW=Are you sure you want to turn your portfolio to public?
-projects_role.are_you_sure_to_turn_project_to_public.2.VW=Everybody will be able to browse it.
+projects_role.are_you_sure_to_turn_project_to_public.warning.VW=Everybody will be able to browse it.
projects_role.are_you_sure_to_turn_project_to_public.APP=Are you sure you want to turn your application to public?
-projects_role.are_you_sure_to_turn_project_to_public.2.APP=Everybody will be able to browse it.
+projects_role.are_you_sure_to_turn_project_to_public.warning.APP=Everybody will be able to browse it.
projects_role.public_projects_warning=This permission is always granted by default to everybody (anonymous and authenticated users) for public projects. Therefore, the selection made on this page will be applied to private projects only.