diff --git a/BTCPayServer/Views/Invoice/Checkout.cshtml b/BTCPayServer/Views/Invoice/Checkout.cshtml index 9cecca21c..817f2dcad 100644 --- a/BTCPayServer/Views/Invoice/Checkout.cshtml +++ b/BTCPayServer/Views/Invoice/Checkout.cshtml @@ -627,7 +627,7 @@ /^bp-/ ]; var checkoutCtrl = new Vue({ - i18n, + i18n: i18n, el: '#checkoutCtrl', components: { qrcode: VueQr