From: Ambroise C Date: Tue, 5 Dec 2023 16:42:43 +0000 (+0100) Subject: NO-JIRA Fix case in "More Info" rule menu item X-Git-Tag: 10.4.0.87286~359 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0877e49a4b0f1e50e663da3d25333c6b274a4f24;p=sonarqube.git NO-JIRA Fix case in "More Info" rule menu item --- 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 8eca9013ca9..4ec36c40a48 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2445,7 +2445,7 @@ coding_rules.description_section.title.root_cause=Why is this an issue? coding_rules.description_section.title.root_cause.SECURITY_HOTSPOT=What is the risk? coding_rules.description_section.title.assess_the_problem=Assess the risk coding_rules.description_section.title.how_to_fix=How can I fix it? -coding_rules.description_section.title.more_info=More Info +coding_rules.description_section.title.more_info=More info coding_rules.description_section.title.activity=Activity coding_rules.description_context.title=Which component or framework contains the issue?