diff options
author | Kevin Silva <kevin.silva@sonarsource.com> | 2023-01-10 14:41:42 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-01-16 20:03:43 +0000 |
commit | 4b10923c40d03bf25fff9cb1bcd92ae15db567ce (patch) | |
tree | 32d430b5cc32adcd2a57a2ce88c4aec439bacd39 /sonar-core/src/main | |
parent | 3940b153fe70a090dd1bc6c44ab3c43e2727cbb1 (diff) | |
download | sonarqube-4b10923c40d03bf25fff9cb1bcd92ae15db567ce.tar.gz sonarqube-4b10923c40d03bf25fff9cb1bcd92ae15db567ce.zip |
SONAR-17845 [1096026, 1099611] Multiple links have the same programmatic link text but different destinations
Diffstat (limited to 'sonar-core/src/main')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 4 |
1 files changed, 4 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 74aa32dccf8..b4f051af2a0 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1958,6 +1958,10 @@ coding_rules.type.tooltip.VULNERABILITY=Vulnerability Detection Rule coding_rules.type.tooltip.SECURITY_HOTSPOT=Security Hotspot Detection Rule coding_rules.update_custom_rule=Update Custom Rule coding_rules.filter_similar_rules=Filter Similar Rules +coding_rules.filter_by_language=Filter by {0} language +coding_rules.filter_by_type=Filter by {0} type +coding_rules.filter_by_severity=Filter by {0} severity +coding_rules.filter_by_tag=Filter by {0} tag coding_rules.filters.activation=Activation coding_rules.filters.activation.active=Active |