aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorMathieu Suen <mathieu.suen@sonarsource.com>2024-06-11 17:42:39 +0200
committersonartech <sonartech@sonarsource.com>2024-06-18 20:02:41 +0000
commit0a404611b8d3db1c45c0fd64927ca8d0c42458e2 (patch)
tree7fb6f646dc639365be2b393b4c2e587a4f32bf28 /sonar-core
parent33e576b4c7727b9665f42f267d09f129ddfdca6b (diff)
downloadsonarqube-0a404611b8d3db1c45c0fd64927ca8d0c42458e2.tar.gz
sonarqube-0a404611b8d3db1c45c0fd64927ca8d0c42458e2.zip
SONAR-22383 Simplify the branch and pull request page layout
Diffstat (limited to 'sonar-core')
-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 85f3fdb0fed..13095128163 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -4034,6 +4034,7 @@ overview.period.number_of_days=From last {0} days
overview.period.specific_analysis=Since {0}
overview.period.reference_branch=Compared to {0}
+overview.failed.badge={counter} failed
overview.gate.ERROR=Failed
overview.gate.WARN=Warning
overview.gate.OK=Passed