diff options
author | Viktor Vorona <viktor.vorona@sonarsource.com> | 2024-03-21 17:43:06 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-03-25 20:02:42 +0000 |
commit | d55d444d17e1be7fa11db8d7a2875b31bfef3ada (patch) | |
tree | 55bd1116f37f5427d1db60364accd70ea5be94fe /sonar-core | |
parent | 5f3312ab96d92905297e5abe38c6b2377dbe5e53 (diff) | |
download | sonarqube-d55d444d17e1be7fa11db8d7a2875b31bfef3ada.tar.gz sonarqube-d55d444d17e1be7fa11db8d7a2875b31bfef3ada.zip |
SONAR-21799 Fix Banner about old software qualities for Portfolio
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 7f39eea439a..e0589a7789e 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -3980,8 +3980,7 @@ overview.project.next_steps.links.set_up_ci=set up analysis in your favorite CI overview.project.software_impact.has_rating=Software Quality {softwareQuality} has rating {rating} overview.run_analysis_to_compute.TRK=Run new analysis to compute the missing data. overview.run_analysis_to_compute.APP=Analyse all projects to compute the missing data. -overview.missing_project_data.APP=The way Security, Reliability, and Maintainability are calculated has changed. These values may change after all projects in this application have been analyzed again. {learn_more} -overview.missing_project_data.TRK=The way Security, Reliability, and Maintainability are calculated has changed. These values may change after the next analysis. {learn_more} +overview.missing_project_data=The way Security, Reliability, and Maintainability are calculated has changed. These values may change after {qualifier, select, TRK {the next analysis} other {all projects in this {qualifier, select, APP {application} other {portfolio}} have been analyzed again}}. {learn_more} overview.coverage_on=Coverage on overview.coverage_on_X_lines=Coverage on {count} Lines to cover |