aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorPhilippe Perrin <philippe.perrin@sonarsource.com>2022-07-11 11:30:16 +0200
committersonartech <sonartech@sonarsource.com>2022-07-11 20:13:12 +0000
commitf135390271e56ad84f234a096ee8c21058780ebf (patch)
tree9f27d77482e67c3d77c0dbff7b0668d8e91a1b84 /sonar-core
parentc8422b3b82856887141d9b614afc446311e18797 (diff)
downloadsonarqube-f135390271e56ad84f234a096ee8c21058780ebf.tar.gz
sonarqube-f135390271e56ad84f234a096ee8c21058780ebf.zip
SONAR-16518 Add "How to fix it" context sub title
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties7
1 files changed, 4 insertions, 3 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 2817269072d..19eca9ff048 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -1913,9 +1913,10 @@ coding_rules.description_section.title.assess_the_problem=Assess the risk?
coding_rules.description_section.title.how_to_fix=How to fix it?
coding_rules.description_section.title.more_info=More Info
-coding_rules.description_context_title=Which component or framework contains the issue?
-coding_rules.description_context_default_information={0} was detected as the most relevant component or framework for this issue.
-coding_rules.description_context_other=Other
+coding_rules.description_context.title=Which component or framework contains the issue?
+coding_rules.description_context.sub_title=How to fix it in {0}
+coding_rules.description_context.default_information={0} was detected as the most relevant component or framework for this issue.
+coding_rules.description_context.other=Other
coding_rules.more_info.education_principles.title=Security principles
coding_rules.more_info.resources.title=Resources