diff --git a/themes/default/config.twig b/themes/default/config.twig index df62520..c513f23 100644 --- a/themes/default/config.twig +++ b/themes/default/config.twig @@ -5,8 +5,8 @@ {% include '_menu.twig' %} {% endblock %} {% block content %} -

{% trans "Poching links" %}

-

{% trans "There are several ways to poche a link:" %} (?)

+

{% trans "Saving articles" %}

+

{% trans "There are several ways to save an article:" %} (?)

-

{% trans "Updating poche" %}

+

{% trans "Upgrading wallabag" %}

{% trans "Feeds" %}

@@ -104,16 +104,19 @@

{% trans "Import" %}

{% trans "Please execute the import script locally as it can take a very long time." %}

-

{% trans "More info in the official docs:" %} wallabag.org

+

{% trans "More info in the official documentation:" %} wallabag.org

-

{% trans "Export your poche data" %}

+

{% trans "Export your wallabag data" %}

{% if constant('STORAGE') == 'sqlite' %}

{% trans "Click here" %} {% trans "to download your database." %}

{% endif %} -

{% trans "Click here" %} {% trans "to export your poche data." %}

+

{% trans "Click here" %} {% trans "to export your wallabag data." %}

+ +

{% trans "Cache" %}

+

{% trans "Click here" %} {% trans "to delete cache." %}

{% endblock %}