mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-03-12 10:30:47 +01:00
fix escaped store name in return
This commit is contained in:
parent
c95ef27998
commit
393c226032
1 changed files with 2 additions and 2 deletions
|
@ -387,10 +387,10 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="success-message">{{$t("This invoice has been paid")}}</div>
|
<div class="success-message">{{$t("This invoice has been paid")}}</div>
|
||||||
<a class="action-button" :href="srvModel.merchantRefLink" v-show="!isModal">
|
<a class="action-button" :href="srvModel.merchantRefLink" v-show="!isModal">
|
||||||
<span>{{$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>{{$t("Return to StoreName", srvModel)}}</span>
|
<span v-html="$t('home.header.title')">{{$t("Return to StoreName", srvModel)}}</span>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue