diff options
author | Viktor Vorona <viktor.vorona@sonarsource.com> | 2024-11-21 11:23:15 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-11-26 20:02:50 +0000 |
commit | 49432ece9dceba4ad844f642afda2f365fe26339 (patch) | |
tree | 6e843ae7acd2ac1fd41cedba7fa36d764395e7b0 /sonar-core/src | |
parent | e7cfc7f04f41fa7dde069844cc80d710913cb63e (diff) | |
download | sonarqube-49432ece9dceba4ad844f642afda2f365fe26339.tar.gz sonarqube-49432ece9dceba4ad844f642afda2f365fe26339.zip |
SONAR-23649 Support new notification in my account
Diffstat (limited to 'sonar-core/src')
-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 d36cc894036..de02b9536b6 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2973,6 +2973,7 @@ 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 accepted notification.dispatcher.SQ-MyNewIssues=My new issues +notification.dispatcher.QualityGateConditionsMismatch=Quality gate metrics mismatch with the mode of the instance notification.dispatcher.CeReportTaskFailure=Background tasks in failure on my administered projects notification.dispatcher.CeReportTaskFailure.project=Background tasks in failure notification.dispatcher.description_x=Check to receive notification for {0} |