X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FImportBundle%2FResources%2Fviews%2FImport%2Findex.html.twig;h=b1ec40a6b91376cbd17b706b02dbb6c38f28c1e7;hb=5a619812ca3eb05a82a023ccdaee13501eb8d45f;hp=8c300624d34912d4ddd1c9f486106006e694aabc;hpb=74932af231d7abde2c6ecc30bbb6d95dd151ef6f;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/ImportBundle/Resources/views/Import/index.html.twig b/src/Wallabag/ImportBundle/Resources/views/Import/index.html.twig index 8c300624..b1ec40a6 100644 --- a/src/Wallabag/ImportBundle/Resources/views/Import/index.html.twig +++ b/src/Wallabag/ImportBundle/Resources/views/Import/index.html.twig @@ -1,17 +1,20 @@ {% extends "WallabagCoreBundle::layout.html.twig" %} -{% block title %}{% trans %}Import{% endtrans %}{% endblock %} + +{% block title %}{{ 'import.page_title'|trans }}{% endblock %} {% block content %}
- {% trans %}Welcome to wallabag importer. Please select your previous service that you want to migrate.{% endtrans %} + {% include 'WallabagImportBundle:Import:_information.html.twig' %} + + {{ 'import.page_description'|trans }}