diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2016-02-01 14:08:20 +0100 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2016-02-01 16:36:00 +0100 |
commit | ec156cb28a340cc394ec28ccf5d10033f80168b6 (patch) | |
tree | 20570c5f0f39abf1c7b3dd27cfa8cea5e12dd2bc /sonar-core/src | |
parent | 1d52c906629322026b3ddaea26b37d7c0da38f7e (diff) | |
download | sonarqube-ec156cb28a340cc394ec28ccf5d10033f80168b6.tar.gz sonarqube-ec156cb28a340cc394ec28ccf5d10033f80168b6.zip |
SONAR-7252 display widgets to my issues on "My Account" page
Diffstat (limited to 'sonar-core/src')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 3 |
1 files changed, 3 insertions, 0 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 b09e66c3d48..e1b2c0c7d60 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2166,6 +2166,9 @@ my_account.notifications=Notifications my_account.no_project_notifications=You have not set project notifications yet. my_account.security=Security my_account.tokens_description=If you want to enforce security by not providing credentials of a real SonarQube user to run your code scan or to invoke web services, you can provide a User Token as a replacement of the user login. This will increase the security of your installation by not letting your analysis user's password going through your network. +my_account.issue_widget.by_creation_date=By Creation Date +my_account.issue_widget.by_project=By Project +my_account.issue_widget.by_severity=By Severity |