Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-05-05 00:10:01 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-05-05 00:10:01 +0300
commit4f49d2c8cd9b0c54c1055480df5cde2e13d7c76d (patch)
tree95bf867b726c30a822c1564a05f6785b4add156a /app/assets/javascripts/incidents_settings
parent24f8aa38dc0ddd3489f0c98d5dd0517096caf05e (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/javascripts/incidents_settings')
-rw-r--r--app/assets/javascripts/incidents_settings/constants.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/assets/javascripts/incidents_settings/constants.js b/app/assets/javascripts/incidents_settings/constants.js
index 577d8ecb777..d479838b491 100644
--- a/app/assets/javascripts/incidents_settings/constants.js
+++ b/app/assets/javascripts/incidents_settings/constants.js
@@ -43,7 +43,9 @@ export const I18N_ALERT_SETTINGS_FORM = {
label: __('Send a single email notification to Owners and Maintainers for new alerts.'),
},
autoCloseIncidents: {
- label: __('Automatically close incidents when the associated Prometheus alert resolves.'),
+ label: __(
+ 'Automatically close associated incident when a recovery alert notification resolves an alert',
+ ),
},
};