aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorStas Vilchik <stas.vilchik@sonarsource.com>2017-09-21 10:37:47 +0200
committerEric Hartmann <hartmann.eric@gmail.Com>2017-10-02 13:03:35 +0200
commit929c3d426c51982272dabf5b3e6472b4a155eb60 (patch)
tree2f8c01ac01c6f6fc13455ef3c33549d5caec97df /sonar-core
parent71030c3e284c9ae264cd5e3b697c2e29060e9731 (diff)
downloadsonarqube-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.properties3
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
#------------------------------------------------------------------------------