diff options
author | Mathieu Suen <mathieu.suen@sonarsource.com> | 2021-12-21 09:46:41 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2021-12-24 20:02:59 +0000 |
commit | 2da4d0ec8c8f96a8309dce79eaf368ce187c0027 (patch) | |
tree | 9335cbd0dc0af31939cfeaecdc662df4936cc93f /sonar-core/src/main | |
parent | eb02c848b5abb29ef43ed4438205af46243faf3d (diff) | |
download | sonarqube-2da4d0ec8c8f96a8309dce79eaf368ce187c0027.tar.gz sonarqube-2da4d0ec8c8f96a8309dce79eaf368ce187c0027.zip |
SONAR-15790 Add new/overall code filter on portfolio's projects page
Diffstat (limited to 'sonar-core/src/main')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 1 |
1 files changed, 1 insertions, 0 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 28a3afe520e..24e273ea316 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1046,6 +1046,7 @@ projects.sorting.new_coverage=Coverage projects.sorting.new_duplications=Duplications projects.sorting.new_lines=New Lines projects.view.overall=Overall Status +projects.view.overall_code=Overall Code projects.view.new_code=New Code projects.worse_of_reliablity_and_security=Worse of Reliability and Security projects.visualization.risk=Risk |