diff options
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 |