diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2016-07-26 09:59:03 +0200 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2016-07-26 09:59:11 +0200 |
commit | 8ff6ccecd8edb2b0e7f84058bb6a2ec7d01178a3 (patch) | |
tree | 2dd51371c9fcc4b46b05fdc3ec24abdacc483941 /sonar-core | |
parent | 97fae6de6b4edb242575ee19e099597d44a79541 (diff) | |
download | sonarqube-8ff6ccecd8edb2b0e7f84058bb6a2ec7d01178a3.tar.gz sonarqube-8ff6ccecd8edb2b0e7f84058bb6a2ec7d01178a3.zip |
add nice message when no results on permission pages
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 1 |
1 files changed, 1 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 c2ed6ed763c..414dab3f54c 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -242,6 +242,7 @@ new_window=New window no_data=No data no_lines_match_your_filter_criteria=No lines match your filter criteria. no_results=No results +no_results_search=No results. Try to modify the search query to get some results. not_authorized=You are not authorized. not_authorized_to_access_project=You are not authorized to access to this '{0}' project over_x_days=over {0} days |