Skip to content

Commit 546e2f1

Browse files
committed
Fix bug
1 parent 98fd082 commit 546e2f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

views/templates/front/d_vuefront.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* @version 0.1.0
1010
*}
1111
<!doctype html>
12-
<html lang="{$language.iso_code}">
12+
<html lang="{$language.iso_code|escape:'htmlall':'UTF-8'}">
1313
<head>
1414
{block name='head'}
1515
{include file='_partials/head.tpl'}
@@ -23,7 +23,7 @@
2323
</div>
2424
<div class="module-content__title mb-2">{l s='You have Succefully installed Vuefront on Prestashop ' mod='vuefront'}</div>
2525

26-
<a href="https://vuefront.com/guide/setup.html" target="blank" class="btn btn-primary">Continue</a>
26+
<a href="https://vuefront.com/guide/setup.html" target="blank" class="btn btn-primary">{l s='Install Web App' mod='vuefront'}</a>
2727
</div>
2828
</div>
2929
</body>

0 commit comments

Comments
 (0)