Commit 1068a86a authored by Simon Knox's avatar Simon Knox

Merge branch 'selhorn-fix-todo-2' into 'master'

Updated to do to be hyphenated

See merge request gitlab-org/gitlab!70023
parents e01d7886 d84571f0
......@@ -102,7 +102,7 @@ Sidebar.prototype.toggleTodo = function (e) {
})
.catch(() =>
createFlash({
message: sprintf(__('There was an error %{message} todo.'), {
message: sprintf(__('There was an error %{message} to-do item.'), {
message:
ajaxType === 'post' ? s__('RightSidebar|adding a') : s__('RightSidebar|deleting the'),
}),
......
......@@ -33935,7 +33935,7 @@ msgstr ""
msgid "There was a problem updating the keep latest artifacts setting."
msgstr ""
msgid "There was an error %{message} todo."
msgid "There was an error %{message} to-do item."
msgstr ""
msgid "There was an error adding a To Do."
......
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