Commit 032df049 authored by Brandon Labuschagne's avatar Brandon Labuschagne

Merge branch '347189-fix-transfer-group-broken-i18n-string' into 'master'

Fix broken transfer group translation

See merge request gitlab-org/gitlab!79734
parents cbf7ac4b 6b72471f
...@@ -33,7 +33,7 @@ export default () => { ...@@ -33,7 +33,7 @@ export default () => {
return new Vue({ return new Vue({
el, el,
provide: { provide: {
confirmDangerMessage: sprintf(i18n.confirmationMessage, { groupName }), confirmDangerMessage: sprintf(i18n.confirmationMessage, { group_name: groupName }),
}, },
render(createElement) { render(createElement) {
return createElement(TransferGroupForm, { return createElement(TransferGroupForm, {
......
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