Commit d6954c00 authored by Denys Mishunov's avatar Denys Mishunov

Merge branch 'tr-alert-list-issue-column' into 'master'

Update column name in alert management table

See merge request gitlab-org/gitlab!45091
parents 1ccaf2ea c457de11
...@@ -94,7 +94,7 @@ export default { ...@@ -94,7 +94,7 @@ export default {
}, },
{ {
key: 'issue', key: 'issue',
label: s__('AlertManagement|Issue'), label: s__('AlertManagement|Incident'),
thClass: 'gl-w-12 gl-pointer-events-none', thClass: 'gl-w-12 gl-pointer-events-none',
tdClass, tdClass,
}, },
......
...@@ -2302,10 +2302,10 @@ msgstr "" ...@@ -2302,10 +2302,10 @@ msgstr ""
msgid "AlertManagement|High" msgid "AlertManagement|High"
msgstr "" msgstr ""
msgid "AlertManagement|Info" msgid "AlertManagement|Incident"
msgstr "" msgstr ""
msgid "AlertManagement|Issue" msgid "AlertManagement|Info"
msgstr "" msgstr ""
msgid "AlertManagement|Key" msgid "AlertManagement|Key"
......
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