diff options
author | Mathieu Suen <mathieu.suen@sonarsource.com> | 2024-09-27 13:16:42 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-09-30 20:02:46 +0000 |
commit | 11e7466786a976ac5b719df58def6d9e66aba9b7 (patch) | |
tree | 15086e3a8af17a193cf84493fa11f210b594c680 /sonar-core | |
parent | c8bd1d2cc5697d7b41596be62527b0172775a201 (diff) | |
download | sonarqube-11e7466786a976ac5b719df58def6d9e66aba9b7.tar.gz sonarqube-11e7466786a976ac5b719df58def6d9e66aba9b7.zip |
SGB-117 Remove optimistic update to avoid out of order notifications update
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 7462a83f91f..a7384ba9f02 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2835,6 +2835,8 @@ email_notification.state.value_should_be_valid_email=A valid email address is re # #------------------------------------------------------------------------------ notification.notification=Notification +notification.for=Notify me for +notification.by=by {channel} 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 @@ -2960,7 +2962,6 @@ my_account.preferences=Preferences my_account.preferences.keyboard_shortcuts=Enable Keyboard Shortcuts my_account.preferences.keyboard_shortcuts.description=Some actions can be performed using keyboard shortcuts. If you do not want to use these shortcuts, you can disable them here (this won't disable navigation shortcuts, which include the arrows, escape, and enter keys). For a list of available keyboard shortcuts, use the question mark shortcut (hit {questionMark} on your keyboard). -notifications.send_email=Send me an email for: #------------------------------------------------------------------------------ # |