Skip to content
代码片段 群组 项目
提交 2cd55cd4 编辑于 作者: Kushal Pandya's avatar Kushal Pandya
浏览文件

Merge branch 'ph/fixWidgetTranslationString' into 'master'

Fixed un-translated string in merge request widget

See merge request gitlab-org/gitlab!73774
No related branches found
No related tags found
无相关合并请求
......@@ -67,8 +67,8 @@ export default {
<template #targetBranch>
<span class="label-branch">{{ targetBranchEscaped }}</span>
</template>
<template v-if="glFeatures.restructuredMrWidget" #squashedCommits>
<template v-if="isSquashEnabled">
<template #squashedCommits>
<template v-if="glFeatures.restructuredMrWidget && isSquashEnabled">
{{ __('(commits will be squashed)') }}</template
></template
>
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册