diff options
author | Revanshu Paliwal <revanshu.paliwal@sonarsource.com> | 2023-01-24 15:45:25 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-01-25 20:03:04 +0000 |
commit | a429424e813d7d5c166ebee1d5ea7978d3ce4128 (patch) | |
tree | 3ce8cf8c9babe1fbecb484330ea21510d55bcd7f /sonar-core | |
parent | 82edf6cdeeccdcf626c49ce84726dc5555ac1404 (diff) | |
download | sonarqube-a429424e813d7d5c166ebee1d5ea7978d3ce4128.tar.gz sonarqube-a429424e813d7d5c166ebee1d5ea7978d3ce4128.zip |
SONAR-17815 Updating links for learn more CAYC and translation changes
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 2 |
1 files changed, 1 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 c6aeb863cfd..24801719a71 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1854,7 +1854,7 @@ quality_gates.cayc.unlock_edit=Unlock editing quality_gates.cayc.tooltip.message=This quality gate does not comply with Clean as You Code. quality_gates.cayc.badge.tooltip.learn_more=Learn more: Clean as You Code quality_gates.cayc.banner.title=This quality gate complies with Clean as You Code -quality_gates.cayc.banner.description=This quality gate complies with the {cayc_link} methodology so that you benefit from the most efficient approach to delivering Clean Code. The quality gate ensures that the {new_code_link} you’re working on has: +quality_gates.cayc.banner.description=This quality gate complies with the {cayc_link} methodology, so that you benefit from the most efficient approach to delivering Clean Code. The quality gate ensures that the {new_code_link} you’re working on has: quality_gates.cayc.banner.list_item1=No bugs quality_gates.cayc.banner.list_item2=No vulnerabilities quality_gates.cayc.banner.list_item3=No security hotspots to review |