Commit 162c6641 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch 'tr-alert-copy-fix' into 'master'

Fix alert management splash page title

See merge request gitlab-org/gitlab!31312
parents 7ffb97d4 d8e374c7
...@@ -199,7 +199,7 @@ export default { ...@@ -199,7 +199,7 @@ export default {
</div> </div>
<gl-empty-state <gl-empty-state
v-else v-else
:title="__('AlertManagement|Surface alerts in GitLab')" :title="s__('AlertManagement|Surface alerts in GitLab')"
:svg-path="emptyAlertSvgPath" :svg-path="emptyAlertSvgPath"
> >
<template #description> <template #description>
......
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