diff --git a/themes/baggy/config.twig b/themes/baggy/config.twig index fc7890ec9..725b775e6 100755 --- a/themes/baggy/config.twig +++ b/themes/baggy/config.twig @@ -106,7 +106,7 @@

{% trans "Import" %}

{% trans "You can import your Pocket, Readability, Instapaper, Wallabag or any data in appropriate json or html format." %}

-

{% trans "Please select export file on your computer:" %}

+

{% trans "Please select export file on your computer and press \"Import\" button below.
Wallabag will parse your file, insert all URLs and start fetching of articles if required.
Fetching process is controlled by two constants in your config file: IMPORT_LIMIT (how many articles are fetched at once) and IMPORT_DELAY (delay between fetch of next batch of articles)." %}

diff --git a/themes/default/config.twig b/themes/default/config.twig index 7ccd0b36e..5bdaf5675 100755 --- a/themes/default/config.twig +++ b/themes/default/config.twig @@ -105,7 +105,7 @@

{% trans "Import" %}

{% trans "You can import your Pocket, Readability, Instapaper, Wallabag or any data in appropriate json or html format." %}

-

{% trans "Please select export file on your computer:" %}

+

{% trans "Please select export file on your computer and press \"Import\" button below.
Wallabag will parse your file, insert all URLs and start fetching of articles if required.
Fetching process is controlled by two constants in your config file: IMPORT_LIMIT (how many articles are fetched at once) and IMPORT_DELAY (delay between fetch of next batch of articles)." %}