Merge branch '56036-fix-translation-of-in-in-job-details-sidebar' into 'master'
Resolve "Fix translation of "in" in job details sidebar" Closes #56036 See merge request gitlab-org/gitlab-ce!24192
This commit is contained in:
commit
e28e48eb6d
3 changed files with 5 additions and 4 deletions
|
@ -45,7 +45,7 @@ export default {
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<span v-if="mergeRequest">
|
<span v-if="mergeRequest">
|
||||||
{{ __('in') }}
|
in
|
||||||
<gl-link :href="mergeRequest.path" class="js-link-commit link-commit"
|
<gl-link :href="mergeRequest.path" class="js-link-commit link-commit"
|
||||||
>!{{ mergeRequest.iid }}</gl-link
|
>!{{ mergeRequest.iid }}</gl-link
|
||||||
>
|
>
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
title: Remove multilingual translation from the word "in" in the job details sidebar.
|
||||||
|
merge_request: 24192
|
||||||
|
author: Nathan Friend
|
||||||
|
type: changed
|
|
@ -8047,9 +8047,6 @@ msgstr ""
|
||||||
msgid "importing"
|
msgid "importing"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "in"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
msgid "issue boards"
|
msgid "issue boards"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue