diff options
author | Jeremy Davis <jeremy.davis@sonarsource.com> | 2022-04-27 11:39:47 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-04-27 20:03:09 +0000 |
commit | ccb8f750c09b987ae92345096c6c3727193eed7b (patch) | |
tree | 5a919b559338cb70e6bb6cdf7c08e638b515bac3 /sonar-core | |
parent | 288c3986d8c611a9e433c168f4166021ca28e4c0 (diff) | |
download | sonarqube-ccb8f750c09b987ae92345096c6c3727193eed7b.tar.gz sonarqube-ccb8f750c09b987ae92345096c6c3727193eed7b.zip |
SONAR-16343 Fix project notification label
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 1 |
1 files changed, 1 insertions, 0 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 12ef98c54aa..2391219ad1a 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1907,6 +1907,7 @@ notification.dispatcher.information=A notification is never sent to the author o notification.dispatcher.ChangesOnMyIssue=Changes in issues/hotspots assigned to me notification.dispatcher.NewIssues=New issues notification.dispatcher.NewAlerts=Quality gate changes on all available projects +notification.dispatcher.NewAlerts.project=Quality gate changes 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 |