From d756d35ae306d498a04501807efd99c0a4be2fad Mon Sep 17 00:00:00 2001 From: Stas Vilchik Date: Mon, 19 Oct 2015 10:56:50 +0200 Subject: [PATCH] correct profile comparison wording --- .../quality-profiles/templates/quality-profile-comparison.hbs | 2 +- sonar-core/src/main/resources/org/sonar/l10n/core.properties | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/server/sonar-web/src/main/js/apps/quality-profiles/templates/quality-profile-comparison.hbs b/server/sonar-web/src/main/js/apps/quality-profiles/templates/quality-profile-comparison.hbs index e6eeeb28eb5..0f920b43361 100644 --- a/server/sonar-web/src/main/js/apps/quality-profiles/templates/quality-profile-comparison.hbs +++ b/server/sonar-web/src/main/js/apps/quality-profiles/templates/quality-profile-comparison.hbs @@ -15,7 +15,7 @@ {{else}} -
There is no profiles to compare with.
+
{{t 'quality_profiles.no_profiles_for_comparison'}}
{{/notEmpty}} {{#notNull comparison}} 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 6d52e0d462c..ebec9a8157b 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1823,6 +1823,7 @@ quality_profiles.x_projects={0} projects quality_profiles.no_results=No profiles found. Try installing a language plugin. quality_profiles.projects.select_hint=Click to associate this project with the quality profile quality_profiles.projects.deselect_hint=Click to remove association between this project and the quality profile +quality_profiles.no_profiles_for_comparison=There are no profiles for comparison -- 2.39.5