Commit d8e374c7 authored by Tristan Read's avatar Tristan Read

Fix alert management splash page title

parent 2bd0ab09
...@@ -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