diff options
author | Pascal Mugnier <pascal.mugnier@sonarsource.com> | 2018-03-09 07:44:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-09 07:44:17 +0100 |
commit | 0fc431e6994c9e4568cb3683ba6ae0330ce78cf1 (patch) | |
tree | bb29e13e133a07b02d1cad0ec8589c3d969af5ef /sonar-core | |
parent | 113d961e033dfa90642be93eb7a45be47850f274 (diff) | |
download | sonarqube-0fc431e6994c9e4568cb3683ba6ae0330ce78cf1.tar.gz sonarqube-0fc431e6994c9e4568cb3683ba6ae0330ce78cf1.zip |
SONAR-10465 Remove clickable tags on Marketplace's list of Plugins (#3132)
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 28e78bea51d..43d19d28015 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2175,7 +2175,7 @@ marketplace.wrong_license_type=Your license is not compatible with any existing marketplace.wrong_license_type_x=Your license is not compatible with the selected edition. Please provide a valid license for {0}. marketplace.i_need_a_license=I need a license key marketplace.download_package=Download package -marketplace.search=Search by features or categories... +marketplace.search=Search by features, tags, or categories... #------------------------------------------------------------------------------ |