diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@smile.fr> | 2015-07-31 13:22:57 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@smile.fr> | 2015-07-31 13:22:57 +0200 |
commit | 87b723d7620f9b4e1f3870c1d13e1415d1967f0d (patch) | |
tree | 68f05aef5932f5b0d50ef133ad306b62048003c8 | |
parent | 4e8f6a35dbcc7fad790d9f88af237b308857f5db (diff) | |
parent | 8201108aa33a06224e876d6a13e9b142c66c0c12 (diff) | |
download | wallabag-87b723d7620f9b4e1f3870c1d13e1415d1967f0d.tar.gz wallabag-87b723d7620f9b4e1f3870c1d13e1415d1967f0d.tar.zst wallabag-87b723d7620f9b4e1f3870c1d13e1415d1967f0d.zip |
Merge branch 'axelsimon-patch-1' into dev
-rwxr-xr-x | themes/baggy/config.twig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/baggy/config.twig b/themes/baggy/config.twig index 6f55cd75..2d4ffd70 100755 --- a/themes/baggy/config.twig +++ b/themes/baggy/config.twig | |||
@@ -6,7 +6,7 @@ | |||
6 | {% endblock %} | 6 | {% endblock %} |
7 | {% block content %} | 7 | {% block content %} |
8 | <h2>{% trans "Saving articles" %}</h2> | 8 | <h2>{% trans "Saving articles" %}</h2> |
9 | <p>{% trans "There are several ways to save an article:" %} {% trans "(<a href=\"http://doc.wallabag.org/en/User_documentation/Save_your_first_article\" target=\"_blank\" title=\"Documentation\">?</a>)" %}</p> | 9 | <p>{% trans "There are several ways to save an article:" %} {% trans "(<a href=\"http://doc.wallabag.org/en/User/save_your_first_article.html\" target=\"_blank\" title=\"Documentation\">?</a>)" %}</p> |
10 | <p> | 10 | <p> |
11 | <form method="get" action="index.php"> | 11 | <form method="get" action="index.php"> |
12 | <label class="addurl" for="config_plainurl">{% trans "By filling this field" %}:</label><br> | 12 | <label class="addurl" for="config_plainurl">{% trans "By filling this field" %}:</label><br> |