diff options
author | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2018-06-01 11:04:05 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2018-06-12 20:21:00 +0200 |
commit | 7ab10a96ddaaff5b21e139fbac1fb54afd5bdf85 (patch) | |
tree | 5deef6c6099a6c23fd7e8f0193bb9b3cc60ae7f9 /sonar-core | |
parent | c75946789badf57684c87b1547366e71e39c03e1 (diff) | |
download | sonarqube-7ab10a96ddaaff5b21e139fbac1fb54afd5bdf85.tar.gz sonarqube-7ab10a96ddaaff5b21e139fbac1fb54afd5bdf85.zip |
SONAR-10696 Display wrong edition error on license page
* Handle optional "edition" field in api/navigation/global correctly
* Introduce enum of edition keys
Diffstat (limited to 'sonar-core')
-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 f35e01ce87c..edfbbb6ec9c 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2133,13 +2133,13 @@ workspace.no_rule=The rule has been removed or never existed. # #------------------------------------------------------------------------------ marketplace.page=Marketplace -marketplace.page.description=Discover more features with the SonarSource Editions: -marketplace.page.description_best_edition=This Edition gives you access to all features of the SonarQube-SonarLint ecosystem, including all SonarSource code analyzers ! +marketplace.page.description=Discover more features with SonarSource Editions: +marketplace.page.description_best_edition=This Edition gives you access to all features of the SonarQube-SonarLint ecosystem, including all SonarSource code analyzers! marketplace.page.you_are_running.community=You are currently running a Community Edition. 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. -marketplace.page.open_source_plugins=Community plugins +marketplace.page.open_source_plugins=Plugins marketplace.instance_needs_to_be_restarted_to={instance} needs to be restarted in order to marketplace.install_x_plugins=install {nb} plugins marketplace.update_x_plugins=update {nb} plugins |