diff options
author | Wouter Admiraal <wouter.admiraal@sonarsource.com> | 2020-12-22 15:29:03 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2021-01-04 20:14:29 +0000 |
commit | 9903964b027a2b5bb2f29794f5621e4ae993e82f (patch) | |
tree | 2669d07ab60abc0f72c89711bbe62d156199d215 /sonar-core | |
parent | 2b93ed0c8f1f64655274cb9063d4e9231f23204a (diff) | |
download | sonarqube-9903964b027a2b5bb2f29794f5621e4ae993e82f.tar.gz sonarqube-9903964b027a2b5bb2f29794f5621e4ae993e82f.zip |
SONAR-12607 Update background task error message based on context
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 12 |
1 files changed, 8 insertions, 4 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 874ce2a0587..881cf90af17 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2708,12 +2708,16 @@ marketplace.search=Search by features, tags, or categories... #------------------------------------------------------------------------------ component_navigation.status.failed=The last background task has failed. component_navigation.status.failed_X=The {type} has failed. -component_navigation.status.failed.admin=The last background task has failed. More details available on the {url} page. -component_navigation.status.failed_X.admin=The {type} has failed. More details available on the {url} page. +component_navigation.status.failed.admin.link=The last background task has failed. More details available on the {url} page. +component_navigation.status.failed_X.admin.link=The {type} has failed. More details available on the {url} page. +component_navigation.status.failed.admin.help=The last background task has failed. You can find more details below by clicking on the cog menu, and then "{stacktrace}". +component_navigation.status.failed_X.admin.help=The {type} has failed. You can find more details below by clicking on the cog menu, and then "{stacktrace}". component_navigation.status.failed_branch=The last analysis on this project ({branch}) failed. component_navigation.status.failed_branch_X=The last {type} on this project ({branch}) failed. -component_navigation.status.failed_branch.admin=The last analysis on this project ({branch}) failed. More details available on the {url} page. -component_navigation.status.failed_branch_X.admin=The last {type} on this project ({branch}) failed. More details available on the {url} page. +component_navigation.status.failed_branch.admin.link=The last analysis on this project ({branch}) failed. More details available on the {url} page. +component_navigation.status.failed_branch_X.admin.link=The last {type} on this project ({branch}) failed. More details available on the {url} page. +component_navigation.status.failed_branch.admin.help==The last analysis on this project ({branch}) failed. You can find more details below by clicking on the cog menu, and then "{stacktrace}". +component_navigation.status.failed_branch_X.admin.help=The last {type} on this project ({branch}) failed. You can find more details below by clicking on the cog menu, and then "{stacktrace}". component_navigation.status.pending=There is a pending background task. component_navigation.status.pending_X=There is a pending {type}. component_navigation.status.pending.admin=There is a pending background task. More details available on the {url} page. |