We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98fd082 commit 546e2f1Copy full SHA for 546e2f1
views/templates/front/d_vuefront.tpl
@@ -9,7 +9,7 @@
9
* @version 0.1.0
10
*}
11
<!doctype html>
12
-<html lang="{$language.iso_code}">
+<html lang="{$language.iso_code|escape:'htmlall':'UTF-8'}">
13
<head>
14
{block name='head'}
15
{include file='_partials/head.tpl'}
@@ -23,7 +23,7 @@
23
</div>
24
<div class="module-content__title mb-2">{l s='You have Succefully installed Vuefront on Prestashop ' mod='vuefront'}</div>
25
26
- <a href="https://vuefront.com/guide/setup.html" target="blank" class="btn btn-primary">Continue</a>
+ <a href="https://vuefront.com/guide/setup.html" target="blank" class="btn btn-primary">{l s='Install Web App' mod='vuefront'}</a>
27
28
29
</body>
0 commit comments