diff options
author | michaelbirnstiehl <michael.birnstiehl@sonarsource.com> | 2019-12-09 11:29:10 -0600 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2019-12-14 20:46:10 +0100 |
commit | 1ecc01852f61d7683995beac1206bb95a6e5e6ae (patch) | |
tree | 6b97fbeb086f03157ccc141a8b7f2fbc61ba3102 /sonar-core | |
parent | 440d130e6d601f5d8907e5f01e99a3a4b81d4940 (diff) | |
download | sonarqube-1ecc01852f61d7683995beac1206bb95a6e5e6ae.tar.gz sonarqube-1ecc01852f61d7683995beac1206bb95a6e5e6ae.zip |
DOCS replace fix the leak with clean as you code
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 4 |
1 files changed, 2 insertions, 2 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 92ad826cd9d..0499a54c10c 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2792,8 +2792,8 @@ about_page.quality_model.security_hotspots=are raised on security-sensitive code about_page.clean_code=Write Clean Code about_page.clean_code.text=By fixing new issues as they appear in code, you create and maintain a clean code base. Even on legacy projects, focusing on keeping new code clean will eventually yield a code base you can be proud of. -about_page.fix_the_leak=Fix The Leak -about_page.fix_the_leak_on_new_code.text=The water leak paradigm and the default Quality Gate are based on the new code period - the recent period against which you're tracking issues. For some previous_version makes the most sense, for others the last 30 days is a good option. +about_page.fix_the_leak=Clean as You Code +about_page.fix_the_leak_on_new_code.text=The Clean as You Code approach and the default Quality Gate are based on the new code period - the recent period against which you're tracking issues. For some previous_version makes the most sense, for others the last 30 days is a good option. about_page.quality_gates=Enforce Quality Gate about_page.quality_gates.text=Your project's Quality Gate is the set of conditions the project must meet before it can be released into production. The Quality Gate is designed to ensure that the next version's quality will be better than the last. |