diff options
author | stanislavh <stanislav.honcharov@sonarsource.com> | 2023-08-23 15:40:43 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-08-24 20:03:07 +0000 |
commit | 46862a9ae9071b7e902381fcdc93236588a7cae1 (patch) | |
tree | 05198dfaacd7bd492bd0ca7544ead27b7709f2a1 /sonar-core | |
parent | 7572a43a954871fb68a6ea5a89650bbc7994a8eb (diff) | |
download | sonarqube-46862a9ae9071b7e902381fcdc93236588a7cae1.tar.gz sonarqube-46862a9ae9071b7e902381fcdc93236588a7cae1.zip |
SONAR-20197 Adjust tooltips and add deprecated fields
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 5 |
1 files changed, 5 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 d2ab93e2495..fa2dd3db8eb 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2273,6 +2273,11 @@ 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 coding_rules.type.tooltip.SECURITY_HOTSPOT=Security Hotspot Detection Rule +coding_rules.type.deprecation.title=Types of detection rules are deprecated. +coding_rules.type.deprecation.filter_by=You can now filter rules by Clean Code Attribute and Software Quality. +coding_rules.severity.deprecation.title=Severities are now directly tied to the software quality impacted. This old severity is deprecated and can no longer be modified. +coding_rules.severity.deprecation.filter_by=You can now filter rules by Software Quality and new Severity. + coding_rules.update_custom_rule=Update Custom Rule coding_rules.filters.activation=Activation |