aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/src
diff options
context:
space:
mode:
authorRevanshu Paliwal <revanshu.paliwal@sonarsource.com>2023-10-02 17:39:36 +0200
committersonartech <sonartech@sonarsource.com>2023-10-05 20:02:48 +0000
commite7c105e8b722e212a9f2396e54f7c1f2b6309951 (patch)
treea893f29d8742719bff904283d29652bf9b914fbc /sonar-core/src
parent57cc18843e7f028cbf8c1149b02407e15407d6fa (diff)
downloadsonarqube-e7c105e8b722e212a9f2396e54f7c1f2b6309951.tar.gz
sonarqube-e7c105e8b722e212a9f2396e54f7c1f2b6309951.zip
SONAR-20500 Background, layout and other fixes for rules page
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 56f66c35bef..a83a184f419 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -2305,7 +2305,7 @@ coding_rules._rules=rules
coding_rules.show_template=Show Template
coding_rules.skip_to_filters=Skip to rules filters
coding_rules.to_select_rules=Select rules
-coding_rules.to_navigate=Navtigate to rule
+coding_rules.to_navigate=Navigate to rule
coding_rules.type.tooltip.CODE_SMELL=Code Smell Detection Rule
coding_rules.type.tooltip.BUG=Bug Detection Rule
coding_rules.type.tooltip.VULNERABILITY=Vulnerability Detection Rule