diff options
author | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2017-09-28 17:15:43 +0200 |
---|---|---|
committer | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2017-09-29 17:09:48 +0200 |
commit | ee41573b8b309a123bc23ac623663107cc410af3 (patch) | |
tree | 614ed3244115b9e624c637ffe8017628837e8824 /sonar-core/src | |
parent | bb0c0ee739ec64d81a335284674d10e49786a4ec (diff) | |
download | sonarqube-ee41573b8b309a123bc23ac623663107cc410af3.tar.gz sonarqube-ee41573b8b309a123bc23ac623663107cc410af3.zip |
SONAR-9792 Add background task error notification related to licensing
Diffstat (limited to 'sonar-core/src')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 6 |
1 files changed, 3 insertions, 3 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 e253fa046fe..e16a23b24fd 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2776,11 +2776,11 @@ update_center.status.DEPS_REQUIRE_SYSTEM_UPGRADE=Some of dependencies requires s # #------------------------------------------------------------------------------ component_navigation.status.failed=The last analysis has failed. -component_navigation.status.failed.admin=The last analysis has failed. More details available on the <a href="{0}">Background Tasks</a> page. +component_navigation.status.failed.admin=The last analysis has failed. More details available on the {url} page. component_navigation.status.pending=There is a pending analysis. -component_navigation.status.pending.admin=There is a pending analysis. More details available on the <a href="{0}">Background Tasks</a> page. +component_navigation.status.pending.admin=There is a pending analysis. More details available on the {url} page. component_navigation.status.in_progress=The analysis is in progress. -component_navigation.status.in_progress.admin=The analysis is in progress. More details available on the <a href="{0}">Background Tasks</a> page. +component_navigation.status.in_progress.admin=The analysis is in progress. More details available on the {url} page. background_task.status.ALL=All background_task.status.PENDING=Pending |