Commit abcf5dbe authored by David O'Regan's avatar David O'Regan

Merge branch 'sy-incident-setting-recovery-alert-string-change' into 'master'

Rephrase setting for recovery alerts to match expected behavior

See merge request gitlab-org/gitlab!58515
parents 155b6c2d 735c3e86
...@@ -43,7 +43,9 @@ export const I18N_ALERT_SETTINGS_FORM = { ...@@ -43,7 +43,9 @@ export const I18N_ALERT_SETTINGS_FORM = {
label: __('Send a single email notification to Owners and Maintainers for new alerts.'), label: __('Send a single email notification to Owners and Maintainers for new alerts.'),
}, },
autoCloseIncidents: { autoCloseIncidents: {
label: __('Automatically close incidents when the associated Prometheus alert resolves.'), label: __(
'Automatically close associated incident when a recovery alert notification resolves an alert',
),
}, },
}; };
......
---
title: Change text for incident auto-resolve setting to match behavior
merge_request: 58515
author:
type: changed
...@@ -4746,7 +4746,7 @@ msgstr "" ...@@ -4746,7 +4746,7 @@ msgstr ""
msgid "Automatic deployment rollbacks" msgid "Automatic deployment rollbacks"
msgstr "" msgstr ""
msgid "Automatically close incidents when the associated Prometheus alert resolves." msgid "Automatically close associated incident when a recovery alert notification resolves an alert"
msgstr "" msgstr ""
msgid "Automatically create merge requests for vulnerabilities that have fixes available." msgid "Automatically create merge requests for vulnerabilities that have fixes available."
......
...@@ -90,7 +90,7 @@ exports[`Alert integration settings form default state should match the default ...@@ -90,7 +90,7 @@ exports[`Alert integration settings form default state should match the default
checked="true" checked="true"
> >
<span> <span>
Automatically close incidents when the associated Prometheus alert resolves. Automatically close associated incident when a recovery alert notification resolves an alert
</span> </span>
</gl-form-checkbox-stub> </gl-form-checkbox-stub>
</gl-form-group-stub> </gl-form-group-stub>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment