@@ -130,8 +131,8 @@
{% if token == '' %}
{% trans "3. Your feed token is currently empty and must first be generated to fetch content. Click here to generate it." %}
{% else %}
-
3. {% trans "You can fetch content for imported items." %} Click here to fetch content for 10 articles.
-
{% trans "You can also create a cron task:" %}
+
3. {% trans "Finaly, you have to fetch content for imported items." %} {% trans "Click here" %} {% trans "to fetch content for 10 articles" %}.
+
{% trans "If you have console access to your server, you can also create a cron task:" %}
0 */4 * * * cd /path/to/wallabag && php cron.php --limit=10 --user-id={{user_id}} --token={{token}} >/dev/null 2>&1
{% endif %}