diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@smile.fr> | 2015-07-31 13:21:28 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@smile.fr> | 2015-07-31 13:21:28 +0200 |
commit | 4acde08e3cf31f04ffd2244a1798eacd5015de3a (patch) | |
tree | 4532652ec33681304d90c33879f9fdbdd5532d4a /themes/baggy/config.twig | |
parent | 66eab89252fa04d5d9f11bf4abcc1c18ac17a1ca (diff) | |
parent | 89516525ed4080ee8aaf221d0ce78918fae5d4dd (diff) | |
download | wallabag-4acde08e3cf31f04ffd2244a1798eacd5015de3a.tar.gz wallabag-4acde08e3cf31f04ffd2244a1798eacd5015de3a.tar.zst wallabag-4acde08e3cf31f04ffd2244a1798eacd5015de3a.zip |
Merge branch 'patch-1' of https://github.com/axelsimon/wallabag into axelsimon-patch-1
Diffstat (limited to 'themes/baggy/config.twig')
-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 2e40178e..c2f186a7 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_documentation/save_your_first_article\" 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> |