Merge pull request #557 from Kukks/master

Fix close invoice button for modal invoices #555
This commit is contained in:
Nicolas Dorier
2019-01-25 20:48:45 +09:00
committed by GitHub

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>