From 8efeb32ba9dbfe0ebb8d834180f4cc33b0ebbf6b Mon Sep 17 00:00:00 2001 From: Pascal Mugnier Date: Tue, 17 Apr 2018 15:35:49 +0200 Subject: [PATCH] SONAR-10600 Missing l10n message on project badge popup --- sonar-core/src/main/resources/org/sonar/l10n/core.properties | 3 +++ 1 file changed, 3 insertions(+) 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. #------------------------------------------------------------------------------ -- 2.39.5