diff options
author | stanislavh <stanislav.honcharov@sonarsource.com> | 2023-09-18 14:09:19 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-09-19 20:02:46 +0000 |
commit | f86d0014455522e1c0e98eadec4a8e6fbc400297 (patch) | |
tree | 367d01650e4ed8256cd543f092a6ad8b9f8d897e /sonar-core/src | |
parent | c13c409e59105e0187da35c14e7ba1d2e76a39a7 (diff) | |
download | sonarqube-f86d0014455522e1c0e98eadec4a8e6fbc400297.tar.gz sonarqube-f86d0014455522e1c0e98eadec4a8e6fbc400297.zip |
SONAR-20297 Adjust styles for CCT tour component
Diffstat (limited to 'sonar-core/src')
-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 a92d413d8ce..a7e098f1943 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -5018,7 +5018,7 @@ component_report.unsubscribe_success=Subscription successfully canceled. You won # #------------------------------------------------------------------------------ guiding.issue_list.1.title=Introducing Clean Code Attributes -guiding.issue_list.1.content.1=Clean Code attributes are the characteristic that your code must have to be considered Clean Code. +guiding.issue_list.1.content.1=Clean Code attributes are the characteristics that your code must have to be considered Clean Code. guiding.issue_list.1.content.2=You can now filter by these attributes to evaluate why your code is breaking away from being clean. guiding.issue_list.2.title=Introducing Software Qualities guiding.issue_list.2.content.1=A software quality is a characteristic of software that contributes to its lasting value. |