fix escaped store name in return

This commit is contained in:
Kukks 2019-01-14 09:32:22 +01:00
parent c95ef27998
commit 393c226032

View file

@ -387,10 +387,10 @@
</div>
<div class="success-message">{{$t("This invoice has been paid")}}</div>
<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>
<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>
</div>
</div>