diff options
author | Mathieu Suen <mathieu.suen@sonarsource.com> | 2022-06-23 11:08:55 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-06-23 20:03:02 +0000 |
commit | 5661bb1348d23a36ca66b9cb1477d661c413be08 (patch) | |
tree | e00c2482d95ed3f2fd9f9d00e9e0fc89b74fbf88 /sonar-core | |
parent | bb3a4ffe450f85467ea5c54cc762de23c873331f (diff) | |
download | sonarqube-5661bb1348d23a36ca66b9cb1477d661c413be08.tar.gz sonarqube-5661bb1348d23a36ca66b9cb1477d661c413be08.zip |
SONAR-16519 Improve the rule page style
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 1 |
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 53c59d89003..e799c83fe7d 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1804,6 +1804,7 @@ coding_rules.issues.only_main_branches=Only issues from the main project branche coding_rules.most_violating_projects=Most Violating Projects coding_rules.need_extend_or_copy=Rules in built-in Quality Profiles can't be changed. You can create a customizable Quality Profile based on a built-in one by Copying or Extending it in the Quality Profiles list. coding_rules.no_results=No Coding Rules +coding_rules.no_issue_detected_for_projects=No issues were detected for this rule in the main project branches coding_rules.no_tags=No tags coding_rules.original=Original: coding_rules.overrides="{0}" overrides "{1}" |