diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2014-07-04 14:25:38 +0600 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2014-07-04 14:25:38 +0600 |
commit | 97914a0c51b773c6d519a01aa4ecf097e3268fac (patch) | |
tree | cdadebcdc542082d48e5492befc7104da2f6ea44 /sonar-core | |
parent | 605d2ad539c8962454b3ec35874b3222326eabb0 (diff) | |
download | sonarqube-97914a0c51b773c6d519a01aa4ecf097e3268fac.tar.gz sonarqube-97914a0c51b773c6d519a01aa4ecf097e3268fac.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 8c2868f8c2b..c54b49a5d05 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2672,6 +2672,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 |