diff options
author | Mathieu Suen <mathieu.suen@sonarsource.com> | 2020-01-28 16:59:33 +0100 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2020-02-11 20:46:11 +0100 |
commit | ec64094599252553e55efa348516ff36477bce57 (patch) | |
tree | 8c0d987bb2bd94a30ed44cf29a6da58da31dfe46 /sonar-core | |
parent | 049128b4f1b226d15ef12802feb497d7edb7baed (diff) | |
download | sonarqube-ec64094599252553e55efa348516ff36477bce57.tar.gz sonarqube-ec64094599252553e55efa348516ff36477bce57.zip |
SONAR-12961 review in project cards
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 4 |
1 files changed, 2 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 5f2d733dba2..f49347aa30c 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2111,7 +2111,7 @@ metric.new_reliability_remediation_effort.extra_short_name=Remediation Effort metric.new_security_hotspots.description=New Security Hotspots metric.new_security_hotspots.name=New Security Hotspots metric.new_security_hotspots.short_name=Security Hotspots -metric.new_security_hotspots_reviewed.description=Security Hotspots Reviewed on New Code +metric.new_security_hotspots_reviewed.description=Percentage of Security Hotspots Reviewed on New Code metric.new_security_hotspots_reviewed.name=Security Hotspots Reviewed on New Code metric.new_security_hotspots_reviewed.short_name=Security Hotspots Reviewed metric.new_security_rating.description=Security rating on new code @@ -2221,7 +2221,7 @@ metric.rfc_distribution.description=Class distribution /RFC metric.rfc_distribution.name=Class Distribution / RFC metric.security_hotspots.description=Security Hotspots metric.security_hotspots.name=Security Hotspots -metric.security_hotspots_reviewed.description=Security Hotspots Reviewed +metric.security_hotspots_reviewed.description=Percentage of Security Hotspots Reviewed metric.security_hotspots_reviewed.name=Security Hotspots Reviewed metric.security_hotspots_reviewed.extra_short_name=Hotspots Reviewed metric.security_rating.description=Security rating |