Commit a6778fb8 authored by Phil Hughes's avatar Phil Hughes

Fixed un-translated string in merge request widget

parent 3b744058
...@@ -67,8 +67,8 @@ export default { ...@@ -67,8 +67,8 @@ export default {
<template #targetBranch> <template #targetBranch>
<span class="label-branch">{{ targetBranchEscaped }}</span> <span class="label-branch">{{ targetBranchEscaped }}</span>
</template> </template>
<template v-if="glFeatures.restructuredMrWidget" #squashedCommits> <template #squashedCommits>
<template v-if="isSquashEnabled"> <template v-if="glFeatures.restructuredMrWidget && isSquashEnabled">
{{ __('(commits will be squashed)') }}</template {{ __('(commits will be squashed)') }}</template
></template ></template
> >
......
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