diff options
author | Revanshu Paliwal <revanshu.paliwal@sonarsource.com> | 2024-04-16 16:20:48 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-04-17 20:03:00 +0000 |
commit | a4009ad5ab5533bda80ad354cc8baaee13b31a13 (patch) | |
tree | b312c6bdf662e7b6c4280ee894a810f37cfac308 /sonar-core | |
parent | 01f0b0692a151b4f5c10e52cdbc05743263eebce (diff) | |
download | sonarqube-a4009ad5ab5533bda80ad354cc8baaee13b31a13.tar.gz sonarqube-a4009ad5ab5533bda80ad354cc8baaee13b31a13.zip |
SONAR-21997 Replace the "fix" terminology with "update" in quality gate's page
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 6 |
1 files changed, 3 insertions, 3 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 ee150b6aa44..f6f518c4552 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2292,9 +2292,9 @@ quality_gates.permissions.remove.group.confirmation=Are you sure you want to rem quality_gates.cayc=Clean as You Code quality_gates.cayc_missing.banner.title=This quality gate does not comply with Clean as You Code quality_gates.cayc_missing.banner.description={cayc_link} is the most efficient approach to delivering Clean Code. This quality gate does not comply with this methodology. We highly recommend that you update this quality gate. -quality_gates.cayc_condition.review_update=Review and Fix Quality Gate -quality_gates.cayc.review_update_modal.header=Fix "{0}" to comply with Clean as You Code -quality_gates.cayc.review_update_modal.confirm_text=Fix Quality Gate +quality_gates.cayc_condition.review_update=Review and update Quality Gate +quality_gates.cayc.review_update_modal.header=Update "{0}" to comply with Clean as You Code +quality_gates.cayc.review_update_modal.confirm_text=Update Quality Gate quality_gates.cayc.review_update_modal.description1=This quality gate will be updated to comply with {cayc_link}. Please review the changes below. quality_gates.cayc.review_update_modal.description2=All other conditions will be preserved quality_gates.cayc_optimize.banner.title=This quality gate can be further optimized for Clean as You Code |