Commit 635286d9 authored by Marcin Sedlak-Jakubowski's avatar Marcin Sedlak-Jakubowski Committed by Jacques Erasmus

Turn "To-Do" to "to do" in alert sidebar and error

parent d950faef
......@@ -27,7 +27,7 @@ export default {
<template>
<div class="block gl-display-flex gl-justify-content-space-between">
<span class="issuable-header-text hide-collapsed">
{{ __('To-Do') }}
{{ __('To Do') }}
</span>
<sidebar-todo
v-if="!sidebarCollapsed"
......
......@@ -9,7 +9,7 @@ import alertQuery from '../../graphql/queries/details.query.graphql';
export default {
i18n: {
UPDATE_ALERT_TODO_ERROR: s__(
'AlertManagement|There was an error while updating the To-Do of the alert.',
'AlertManagement|There was an error while updating the to-do item of the alert.',
),
},
components: {
......
---
title: Fix formatting of "to do" in alert sidebar and error
merge_request: 53037
author:
type: fixed
......@@ -2576,9 +2576,6 @@ msgstr ""
msgid "AlertManagement|There was an error displaying the alerts. Confirm your endpoint's configuration details to ensure alerts appear."
msgstr ""
msgid "AlertManagement|There was an error while updating the To-Do of the alert."
msgstr ""
msgid "AlertManagement|There was an error while updating the assignee(s) list. Please try again."
msgstr ""
......@@ -2588,6 +2585,9 @@ msgstr ""
msgid "AlertManagement|There was an error while updating the status of the alert."
msgstr ""
msgid "AlertManagement|There was an error while updating the to-do item of the alert."
msgstr ""
msgid "AlertManagement|This assignee cannot be assigned to this alert."
msgstr ""
......@@ -30385,9 +30385,6 @@ msgstr ""
msgid "To widen your search, change or remove filters."
msgstr ""
msgid "To-Do"
msgstr ""
msgid "To-Do List"
msgstr ""
......
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