diff options
author | Mathieu Suen <mathieu.suen@sonarsource.com> | 2021-04-16 10:27:12 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2021-04-20 20:03:47 +0000 |
commit | 1e9b380ea92c0255a8ec8a0d805fcc77a824cb03 (patch) | |
tree | 45bbbf179ca8a00359aeb53958920936d10f9210 | |
parent | 104ccb8253a5a23fa4decc4a49812b81153dc83d (diff) | |
download | sonarqube-1e9b380ea92c0255a8ec8a0d805fcc77a824cb03.tar.gz sonarqube-1e9b380ea92c0255a8ec8a0d805fcc77a824cb03.zip |
SONAR-14132 Improve label user setting for notification
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 2 |
1 files changed, 1 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 10fdbeb44b4..8910233ceee 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1810,7 +1810,7 @@ notification.channel.EmailNotificationChannel=Email notification.dispatcher.information=A notification is never sent to the author of the event. notification.dispatcher.ChangesOnMyIssue=Changes in issues/hotspots assigned to me notification.dispatcher.NewIssues=New issues -notification.dispatcher.NewAlerts=New quality gate status +notification.dispatcher.NewAlerts=Quality gate changes on all available projects notification.dispatcher.NewFalsePositiveIssue=Issues resolved as false positive or won't fix notification.dispatcher.SQ-MyNewIssues=My new issues notification.dispatcher.CeReportTaskFailure=Background tasks in failure on my administered projects |