diff options
author | Stas Vilchik <stas.vilchik@sonarsource.com> | 2017-09-21 10:37:47 +0200 |
---|---|---|
committer | Eric Hartmann <hartmann.eric@gmail.Com> | 2017-10-02 13:03:35 +0200 |
commit | 929c3d426c51982272dabf5b3e6472b4a155eb60 (patch) | |
tree | 2f8c01ac01c6f6fc13455ef3c33549d5caec97df /sonar-core | |
parent | 71030c3e284c9ae264cd5e3b697c2e29060e9731 (diff) | |
download | sonarqube-929c3d426c51982272dabf5b3e6472b4a155eb60.tar.gz sonarqube-929c3d426c51982272dabf5b3e6472b4a155eb60.zip |
SONAR-7024 show project specific dispatcher labels
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 3 |
1 files changed, 2 insertions, 1 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 469ebaa4fe6..6ed28db4edb 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1862,7 +1862,8 @@ notification.dispatcher.NewIssues=New issues notification.dispatcher.NewAlerts=New quality gate status notification.dispatcher.NewFalsePositiveIssue=Issues resolved as false positive or won't fix notification.dispatcher.SQ-MyNewIssues=My new issues -notification.dispatcher.CeReportTaskFailure=Report processing failure +notification.dispatcher.CeReportTaskFailure=Background tasks in failure on my administered projects +notification.dispatcher.CeReportTaskFailure.project=Background tasks in failure #------------------------------------------------------------------------------ |