diff options
author | David Cho-Lerat <david.cho-lerat@sonarsource.com> | 2024-11-26 11:51:08 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-11-26 20:02:51 +0000 |
commit | 0d259a3fde3c05794b229ce349b469b46415dc46 (patch) | |
tree | cb5e2dd8a9ac560dee4dcc9f0b8493d0dfb2d7a9 /sonar-core | |
parent | b0346114b8eebc086def01b0b904ad3069ddc2ee (diff) | |
download | sonarqube-0d259a3fde3c05794b229ce349b469b46415dc46.tar.gz sonarqube-0d259a3fde3c05794b229ce349b469b46415dc46.zip |
SONAR-23742 Update edition name in footer
Diffstat (limited to 'sonar-core')
-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 5360fc65863..7f7d67ad26d 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -4087,7 +4087,7 @@ workspace.no_rule=The rule has been removed or never existed. marketplace.page=Marketplace marketplace.page.description=Discover the additional benefits offered in SonarQube Server Commercial Editions marketplace.page.description_best_edition=This edition includes access to all the SonarQube Server-SonarQube for IDE Ecosystem features! -marketplace.page.you_are_running.community=You are currently running a Community Edition. +marketplace.page.you_are_running.community=You are currently running a Community Build. marketplace.page.you_are_running.developer=You are currently running a Developer Edition. marketplace.page.you_are_running.enterprise=You are currently running an Enterprise Edition. marketplace.page.you_are_running.datacenter=You are currently running a Data Center Edition. |