diff options
author | Viktor Vorona <viktor.vorona@sonarsource.com> | 2024-10-07 14:36:18 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-10-16 20:03:01 +0000 |
commit | 98ec043c4f45a6168735b694351b2e6c86f5239f (patch) | |
tree | 96872046d718ea883a6b5807ec94174c474d3139 /sonar-core | |
parent | d53784c7e606db9c985bd7747076d0f066bb339d (diff) | |
download | sonarqube-98ec043c4f45a6168735b694351b2e6c86f5239f.tar.gz sonarqube-98ec043c4f45a6168735b694351b2e6c86f5239f.zip |
SONAR-23263 Redesign Quality Profile select in activation modal
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 4 |
1 files changed, 3 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 a2320cce5d9..8dc49efc51c 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2619,7 +2619,9 @@ coding_rules.impact_customized.message=Rule severity was customized in this prof coding_rules.impact_customized.detail={softwareQuality} changed from {recommended} to {customized} coding_rules.severity_customized.message=Rule severity was customized from {recommended} to {customized} coding_rules.prioritized_rule.switch_label=All corresponding issues in the overall code should be fixed -coding_rules.prioritized_rule.note=For your Quality Gate to fail when corresponding issues exist in the overall code, you must add a condition that checks whether any issues have been raised from prioritized rules. +coding_rules.prioritized_rule.note=For the quality gate to fail, you must add a condition that checks whether any issues have been raised from prioritised rules +coding_rules.rule_name.title=Rule Name: {name} +coding_rules.quality_profile.title=Quality profile: {name} coding_rules.update_custom_rule=Update Custom Rule |