mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-03-13 11:35:51 +01:00
Bugfixing IExplorer bug
Doesn't allow i18n without key:value format
This commit is contained in:
parent
59afebaa57
commit
e985224092
1 changed files with 1 additions and 1 deletions
|
@ -627,7 +627,7 @@
|
|||
/^bp-/
|
||||
];
|
||||
var checkoutCtrl = new Vue({
|
||||
i18n,
|
||||
i18n: i18n,
|
||||
el: '#checkoutCtrl',
|
||||
components: {
|
||||
qrcode: VueQr
|
||||
|
|
Loading…
Add table
Reference in a new issue