diff --git a/inc/poche/config.inc.php b/inc/poche/config.inc.php index 2268808..7f1b8c9 100755 --- a/inc/poche/config.inc.php +++ b/inc/poche/config.inc.php @@ -12,7 +12,7 @@ require_once __DIR__ . '/../../inc/poche/define.inc.php'; # /!\ Be careful if you change the lines below /!\ if (!file_exists(__DIR__ . '/../../vendor/autoload.php')) { - die('Twig does not seem installed. Have a look at the documentation.'); + die('Twig does not seem installed. Have a look at the documentation.'); } require_once __DIR__ . '/../../inc/poche/User.class.php'; diff --git a/tpl/config.twig b/tpl/config.twig index e24e58d..7078887 100644 --- a/tpl/config.twig +++ b/tpl/config.twig @@ -6,7 +6,7 @@ {% endblock %} {% block content %}
You can poche a link by several methods: (?)
+You can poche a link by several methods: (?)
{% trans "Please execute the import script locally, it can take a very long time." %}
-{% trans "More infos in the official doc:" %} inthepoche.com
+{% trans "More infos in the official doc:" %} inthepoche.com
Don't forget the documentation.
+Don't forget the documentation.
{% endblock %} \ No newline at end of file diff --git a/tpl/install.twig b/tpl/install.twig index afb5b0f..6e85e5c 100644 --- a/tpl/install.twig +++ b/tpl/install.twig @@ -5,7 +5,7 @@