Fix close invoice button for modal invoices #555

This commit is contained in:
Kukks 2019-01-25 12:41:15 +01:00
parent 43295c9c57
commit a645366a25

View file

@ -390,7 +390,7 @@
<span v-html="$t('Return to StoreName', srvModel)"></span>
</a>
<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>
</div>
</div>