diff options
author | Pierre <pierre.guillot@sonarsource.com> | 2023-01-11 16:53:43 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-01-12 20:02:51 +0000 |
commit | 0f55e111adee440a6d75d3a10ade68d15d339cfe (patch) | |
tree | c27f1b888b4399e7fa0c8a3fe7fbfe23f5bfb2c6 /sonar-core/src | |
parent | 8b2213ef7a6777709d981a83c4d875951f225cc5 (diff) | |
download | sonarqube-0f55e111adee440a6d75d3a10ade68d15d339cfe.tar.gz sonarqube-0f55e111adee440a6d75d3a10ade68d15d339cfe.zip |
SONAR-18191 replace security principles with Clean Code principles
Diffstat (limited to 'sonar-core/src')
-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 1f2e922a0ba..0eaba3dff39 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2044,11 +2044,11 @@ coding_rules.description_context.sub_title=How can I fix it in {0}? coding_rules.description_context.default_information={0} was detected as the most relevant component or framework for this issue. coding_rules.description_context.other=Other -coding_rules.more_info.education_principles.title=Security principles +coding_rules.more_info.education_principles.title=Clean Code principles coding_rules.more_info.resources.title=Resources -coding_rules.more_info.notification_message=We've added new information about security principles below. Security principles are general guidelines that can help you improve the security of your code. Take a moment now to read through them. -coding_rules.more_info.scroll_message=Scroll down to security principles +coding_rules.more_info.notification_message=We've added new information about Clean Code principles below to help you improve your code quality and security. Take a moment to read through them. +coding_rules.more_info.scroll_message=Scroll down to Code Quality principles #------------------------------------------------------------------------------ # # EMAIL CONFIGURATION |