From e9852240924ad796306c926460f6aec8fa277d17 Mon Sep 17 00:00:00 2001 From: lepipele Date: Thu, 22 Mar 2018 00:06:56 -0500 Subject: [PATCH] Bugfixing IExplorer bug Doesn't allow i18n without key:value format --- BTCPayServer/Views/Invoice/Checkout.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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