diff options
author | David Cho-Lerat <david.cho-lerat@sonarsource.com> | 2023-10-16 14:50:04 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-10-16 20:02:49 +0000 |
commit | 2af09a894e5c26f7837f8ad48ed599da185e5285 (patch) | |
tree | 8d9273ff80e89789e0fd18a0b233e29370711cee /sonar-core | |
parent | f3b4b50cdceda15c22bc75d578ef81b34c850b7f (diff) | |
download | sonarqube-2af09a894e5c26f7837f8ad48ed599da185e5285.tar.gz sonarqube-2af09a894e5c26f7837f8ad48ed599da185e5285.zip |
SONAR-20672 Display SonarQube upgrade message in Quality Profile changelog
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 1 |
1 files changed, 1 insertions, 0 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 465d8a04f79..d7cce749480 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2023,6 +2023,7 @@ quality_profiles.changelog.cca_only_changed=Clean Code attribute set to {newClea quality_profiles.changelog.impact_changed=Software impact set to {newSoftwareQuality} with severity {newSeverity}, was {oldSoftwareQuality} with severity {oldSeverity} quality_profiles.changelog.impact_added=Software impact {newSoftwareQuality} with severity {newSeverity} was added quality_profiles.changelog.impact_removed=Software impact {oldSoftwareQuality} with severity {oldSeverity} was removed +quality_profiles.changelog.sq_upgrade=Instance upgraded to SonarQube {sqVersion} quality_profiles.deleted_profile=The profile {0} doesn't exist anymore quality_profiles.projects_for_default=Every project not specifically associated with a quality profile will be associated to this one by default. quality_profile.x_rules={count} rule(s) |