From: Pascal Mugnier Date: Tue, 17 Apr 2018 13:35:49 +0000 (+0200) Subject: SONAR-10600 Missing l10n message on project badge popup X-Git-Tag: 7.5~1339 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=8efeb32ba9dbfe0ebb8d834180f4cc33b0ebbf6b;p=sonarqube.git SONAR-10600 Missing l10n message on project badge popup --- 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. #------------------------------------------------------------------------------