Commit 8e70a539 authored by Victor Wu's avatar Victor Wu Committed by Clement Ho

Externalize `Related issues` in related issues block

parent 89b09875
<script>
import { __ } from '~/locale';
import Sortable from 'sortablejs';
import tooltip from '~/vue_shared/directives/tooltip';
import Icon from '~/vue_shared/components/icon.vue';
......@@ -81,7 +82,7 @@ export default {
title: {
type: String,
required: false,
default: 'Related issues',
default: __('Related issues'),
},
issuableType: {
type: String,
......
......@@ -9665,6 +9665,9 @@ msgstr ""
msgid "Related Merged Requests"
msgstr ""
msgid "Related issues"
msgstr ""
msgid "Related merge requests"
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