aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorPascal Mugnier <pascal.mugnier@sonarsource.com>2018-04-17 15:35:49 +0200
committerSonarTech <sonartech@sonarsource.com>2018-04-18 20:20:53 +0200
commit8efeb32ba9dbfe0ebb8d834180f4cc33b0ebbf6b (patch)
tree67617a0ccaca854f1a7ab4b4997685385696b504 /sonar-core
parentd1e95cf62f9b38e7e7df0a5ecc881620298da803 (diff)
downloadsonarqube-8efeb32ba9dbfe0ebb8d834180f4cc33b0ebbf6b.tar.gz
sonarqube-8efeb32ba9dbfe0ebb8d834180f4cc33b0ebbf6b.zip
SONAR-10600 Missing l10n message on project badge popup
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties3
1 files changed, 3 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 4de16e024be..15d901dfebf 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -2380,6 +2380,9 @@ overview.badges.marketing.alt=Scanned on SonarCloud badge
overview.badges.marketing.description=This badge lets you advertise that you're using SonarCloud for code quality.
overview.badges.quality_gate.alt=SonarCloud Quality Gate badge
overview.badges.quality_gate.description=This badge dynamically displays the current quality gate status of your project.
+overview.badges.quality_gate.description.APP=This badge dynamically displays the current quality gate status of your application.
+overview.badges.quality_gate.description.TRK=This badge dynamically displays the current quality gate status of your project.
+overview.badges.quality_gate.description.VW=This badge dynamically displays the current quality gate status of your portfolio.
#------------------------------------------------------------------------------