Commit 8658f58d authored by Kushal Pandya's avatar Kushal Pandya Committed by Filipa Lacerda

Removes unnecessary externalization of strings

parent 9ca0b5d5
...@@ -70,7 +70,7 @@ export default { ...@@ -70,7 +70,7 @@ export default {
:allow-auto-complete="false" :allow-auto-complete="false"
:path-id-separator="$options.epicsPathIdSeparator" :path-id-separator="$options.epicsPathIdSeparator"
:title="__('Epics')" :title="__('Epics')"
:issuable-type="__('epic')" issuable-type="epic"
css-class="js-related-epics-block" css-class="js-related-epics-block"
/> />
<related-items <related-items
...@@ -80,7 +80,7 @@ export default { ...@@ -80,7 +80,7 @@ export default {
:can-reorder="canAdmin" :can-reorder="canAdmin"
:allow-auto-complete="false" :allow-auto-complete="false"
:title="__('Issues')" :title="__('Issues')"
:issuable-type="__('issue')" issuable-type="issue"
css-class="js-related-issues-block" css-class="js-related-issues-block"
path-id-separator="#" path-id-separator="#"
/> />
......
---
title: Fix the group's epic page. The Paste issue link placeholder shown as 'undefinedundefinedundefined'
in Chinese environment. And the error message showed nothing.
merge_request: 16628
author: wdmcheng
type: fixed
...@@ -18577,9 +18577,6 @@ msgstr "" ...@@ -18577,9 +18577,6 @@ msgstr ""
msgid "entries cannot contain HTML tags" msgid "entries cannot contain HTML tags"
msgstr "" msgstr ""
msgid "epic"
msgstr ""
msgid "error" msgid "error"
msgstr "" 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