diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2014-07-04 14:25:38 +0600 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2014-07-04 15:15:21 +0600 |
commit | 7d243b32630680602b8d11fc66ef99bf65577444 (patch) | |
tree | 406162d1c4fcab16d5d4a1b0eec030f3ab5e2e81 /sonar-core | |
parent | 87dbec69eeca5f8a94ed08e9cc9df588dc89a770 (diff) | |
download | sonarqube-7d243b32630680602b8d11fc66ef99bf65577444.tar.gz sonarqube-7d243b32630680602b8d11fc66ef99bf65577444.zip |
SONAR-5209 Show error message when component api fails
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 35a26c262a7..731f6756e42 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2660,6 +2660,7 @@ component_viewer.get_permalink=Get Permalink component_viewer.covered_lines=Covered Lines component_viewer.issues_limit_reached=For usability reasons, only the {0} first issues will be fully displayed. Remaining issues will simply be underlined. component_viewer.issues_limit_reached_tooltip={0}\n\nRefine your filter to be able to see the details of this issue. +component_viewer.cannot_show=We're sorry, but something went wrong. Please try back in a few minutes and contact support if the problem persists. component_viewer.workspace=Workspace component_viewer.workspace.tooltip=Keeps track of history of navigation |