]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/ImportBundle/Resources/views/Firefox/index.html.twig
bring chrome and firefox as separate imports
[github/wallabag/wallabag.git] / src / Wallabag / ImportBundle / Resources / views / Firefox / index.html.twig
similarity index 93%
rename from src/Wallabag/ImportBundle/Resources/views/Browser/index.html.twig
rename to src/Wallabag/ImportBundle/Resources/views/Firefox/index.html.twig
index bfc74e9decce653b04c554ad0557f27b2806d4ab..f975da3fe034ed1779f2bdb1ded471fc2ba664d8 100644 (file)
@@ -1,6 +1,6 @@
 {% extends "WallabagCoreBundle::layout.html.twig" %}
 
-{% block title %}{{ 'import.browser.page_title'|trans }}{% endblock %}
+{% block title %}{{ 'import.firefox.page_title'|trans }}{% endblock %}
 
 {% block content %}
 <div class="row">
@@ -8,7 +8,7 @@
         <div class="card-panel settings">
             <div class="row">
                 <blockquote>{{ import.description|trans|raw }}</blockquote>
-                <p>{{ 'import.browser.how_to'|trans }}</p>
+                <p>{{ 'import.firefox.how_to'|trans }}</p>
 
                 <div class="col s12">
                     {{ form_start(form, {'method': 'POST'}) }}