aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorViktor Vorona <viktor.vorona@sonarsource.com>2024-08-09 19:20:24 +0200
committersonartech <sonartech@sonarsource.com>2024-08-26 20:03:06 +0000
commit497b7e3d8826e495865b36860ead63a2a4a5b69b (patch)
treee541f74f9383481645d4db68393726cf57d35174 /sonar-core
parent72492e32e0eadc5ded27b0bf4a4bfb98665dbcc9 (diff)
downloadsonarqube-497b7e3d8826e495865b36860ead63a2a4a5b69b.tar.gz
sonarqube-497b7e3d8826e495865b36860ead63a2a4a5b69b.zip
SONAR-22717 Change in calculation badge in projects list
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties6
1 files changed, 4 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 84d4aaab267..feb5feb18eb 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -1357,8 +1357,10 @@ projects.sort.-size=by size (biggest first)
projects.show_more=Show more projects
projects.security_hotspots_reviewed=Hotspots Reviewed
projects.awaiting_scan=Change in Calculation
-projects.awaiting_scan.description.TRK=The way Security, Reliability, and Maintainability counts are calculated has changed. The values currently displayed may change after the next analysis.
-projects.awaiting_scan.description.APP=The way Security, Reliability, and Maintainability counts are calculated has changed. The values currently displayed may change after all projects in this application have been analyzed.
+projects.awaiting_scan.title=Values will change after the next analysis
+projects.awaiting_scan.description.TRK=The way in which security, reliability, maintainability, and security review counts and ratings are calculated has changed. The values currently displayed will change after the next analysis.
+projects.awaiting_scan.description.APP=The way in which security, reliability, maintainability, and security review counts and ratings are calculated has changed. The values currently displayed will change after all projects in this application have been analyzed.
+projects.awaiting_scan.description.VW=The way in which security, reliability, maintainability, and security review counts and ratings are calculated has changed. The values currently displayed will change after all projects in this portfolio have been analyzed.
#------------------------------------------------------------------------------