mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-21 14:04:12 +01:00
Fix close invoice button for modal invoices #555
This commit is contained in:
parent
43295c9c57
commit
a645366a25
1 changed files with 1 additions and 1 deletions
|
@ -390,7 +390,7 @@
|
||||||
<span v-html="$t('Return to StoreName', srvModel)"></span>
|
<span v-html="$t('Return to StoreName', srvModel)"></span>
|
||||||
</a>
|
</a>
|
||||||
<button class="action-button close-action" v-show="isModal">
|
<button class="action-button close-action" v-show="isModal">
|
||||||
<span v-html="$t('home.header.title')">{{$t("Return to StoreName", srvModel)}}</span>
|
<span v-html="$t('Close')">{{$t("Return to StoreName", srvModel)}}</span>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue