aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStas Vilchik <stas.vilchik@sonarsource.com>2018-10-10 17:28:31 +0200
committerSonarTech <sonartech@sonarsource.com>2018-10-11 15:14:33 +0200
commit96ec2c5fe19cd8d5801bf833f8e384055422ae7d (patch)
tree97821cd17387954d777f3a4dd13217781b537789
parent440c8093d3f5b7128aaf93775b91984430990f4a (diff)
downloadsonarqube-96ec2c5fe19cd8d5801bf833f8e384055422ae7d.tar.gz
sonarqube-96ec2c5fe19cd8d5801bf833f8e384055422ae7d.zip
SONAR-11267 add missing l10n message
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties1
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 255fd8338bd..8efcf61cb77 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -2467,6 +2467,7 @@ overview.badges.measure.description.VW=This badge dynamically displays the curre
overview.badges.measure.description.APP=This badge dynamically displays the current status of one metric of your application.
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.marketing.description.TRK=This badge lets you advertise that you're using SonarCloud for code quality.
overview.badges.quality_gate.alt=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.