diff options
author | David Cho-Lerat <david.cho-lerat@sonarsource.com> | 2024-11-27 09:11:58 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-11-29 20:03:09 +0000 |
commit | 5f497026206e3f7b47389d1bac0abc89a1d2c6ca (patch) | |
tree | 4a8bb7898aa027a0f3873719890b51d0d6857500 /sonar-core/src | |
parent | 692dcd4fe7c59fed8d379d1aec50430fac4139e5 (diff) | |
download | sonarqube-5f497026206e3f7b47389d1bac0abc89a1d2c6ca.tar.gz sonarqube-5f497026206e3f7b47389d1bac0abc89a1d2c6ca.zip |
SONAR-23803 show upgrade banner(s) and modals for SQCB / SQS
Diffstat (limited to 'sonar-core/src')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 9 |
1 files changed, 7 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 e9161a44504..e87e99fd8a4 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -536,8 +536,13 @@ qualifier.description.APP=Single-level aggregation with a technical focus and a # #------------------------------------------------------------------------------ admin_notification.update.new_patch=There’s an update available for your {productName} instance. Please update to make sure you benefit from the latest security and bug fixes. -admin_notification.update.new_version=There’s a new version of {productName} available. Upgrade to the latest active version to access new updates and features. -admin_notification.update.current_version_inactive=You’re running a version of {productName} that is no longer active. Please upgrade to an active version immediately. +admin_notification.update.new_version=There’s a new version of {productName} available. Upgrade to the latest version to access new updates and features. +admin_notification.update.current_version_inactive=You’re running a version of {productName} that is no longer active. Please upgrade to an active version as soon as possible. +admin_notification.update.new_sqcb_version=Keep your instance current and get the {link}, available now. +admin_notification.update.latest=latest {productName} +admin_notification.update.new_sqs_version_when_running_sqcb.banner=There’s a new version of SonarQube Server available. +admin_notification.update.new_sqs_version_when_running_sqcb.modal=New SonarQube Server version available +admin_notification.update.new_sqs_version_when_running_sqcb.upgrade=Upgrade to SonarQube Server and get access to enterprise features #------------------------------------------------------------------------------ # |