From: Stas Vilchik Date: Tue, 21 Jun 2016 08:03:31 +0000 (+0200) Subject: SONAR-7229 improve messages X-Git-Tag: 6.0-RC1~274 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=50901700f4263ab5fc819fb53b8bf461722067a1;p=sonarqube.git SONAR-7229 improve messages --- diff --git a/server/sonar-web/src/main/js/apps/account/projects/Projects.js b/server/sonar-web/src/main/js/apps/account/projects/Projects.js index b77242df8cc..9f0d367c289 100644 --- a/server/sonar-web/src/main/js/apps/account/projects/Projects.js +++ b/server/sonar-web/src/main/js/apps/account/projects/Projects.js @@ -52,7 +52,7 @@ export default class Projects extends React.Component { {projects.length === 0 && (
- {translate('no_results')} + {translate('my_account.projects.no_results')}
)} 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 d1b10427309..d98bb24d3cf 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2122,7 +2122,8 @@ my_account.issue_widget.by_severity=My Issues by Severity my_account.to_fix=To Fix my_account.to_review=To Review my_account.projects=Projects -my_account.projects.description=On those projects you have the "Administer" permission. +my_account.projects.description=Those projects are the ones you are administering. +my_account.projects.no_results=You are not administering any project yet. my_account.projects.analyzed_x=Analyzed {0} my_account.projects.never_analyzed=Never analyzed my_account.projects.x_characters_min=({0} characters min)