aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/src
diff options
context:
space:
mode:
authorstanislavh <stanislav.honcharov@sonarsource.com>2024-11-29 17:06:38 +0100
committersonartech <sonartech@sonarsource.com>2024-11-29 20:03:10 +0000
commit0db921e5b3b10050d11b4ec3199e2b7ce185602c (patch)
tree35f37efaa064344e87867013b4708ef1e13506a5 /sonar-core/src
parent8222a93bfa44b5f445d9c237bf2a4078b84deef4 (diff)
downloadsonarqube-0db921e5b3b10050d11b4ec3199e2b7ce185602c.tar.gz
sonarqube-0db921e5b3b10050d11b4ec3199e2b7ce185602c.zip
[NO-JIRA] Fix issue severity badge text
Diffstat (limited to 'sonar-core/src')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties2
1 files changed, 1 insertions, 1 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 e87e99fd8a4..4f70d1535a6 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -3140,7 +3140,7 @@ severity.INFO=Info
severity.INFO.description=Neither a bug nor a quality flaw. Just a finding.
# New severities
-severity_impact.title=Severity of impact
+severity_impact.title={x} severity of impact
severity_impact.levels=Severity levels
severity_impact.BLOCKER=Blocker
severity_impact.BLOCKER.description=Must be fixed immediately.