diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig index 6d5b5394..d47a585c 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig | |||
@@ -50,7 +50,7 @@ | |||
50 | 50 | ||
51 | <div class="hidden">{{ form_rest(form.config) }}</div> | 51 | <div class="hidden">{{ form_rest(form.config) }}</div> |
52 | <button class="btn waves-effect waves-light" type="submit" name="action"> | 52 | <button class="btn waves-effect waves-light" type="submit" name="action"> |
53 | {% trans %}send{% endtrans %} | 53 | {% trans %}Save{% endtrans %} |
54 | </button> | 54 | </button> |
55 | </form> | 55 | </form> |
56 | </div> | 56 | </div> |
@@ -98,7 +98,7 @@ | |||
98 | 98 | ||
99 | <div class="hidden">{{ form_rest(form.rss) }}</div> | 99 | <div class="hidden">{{ form_rest(form.rss) }}</div> |
100 | <button class="btn waves-effect waves-light" type="submit" name="action"> | 100 | <button class="btn waves-effect waves-light" type="submit" name="action"> |
101 | {% trans %}send{% endtrans %} | 101 | {% trans %}Save{% endtrans %} |
102 | </button> | 102 | </button> |
103 | 103 | ||
104 | </form> | 104 | </form> |
@@ -127,7 +127,7 @@ | |||
127 | 127 | ||
128 | <div class="hidden">{{ form_rest(form.user) }}</div> | 128 | <div class="hidden">{{ form_rest(form.user) }}</div> |
129 | <button class="btn waves-effect waves-light" type="submit" name="action"> | 129 | <button class="btn waves-effect waves-light" type="submit" name="action"> |
130 | {% trans %}send{% endtrans %} | 130 | {% trans %}Save{% endtrans %} |
131 | </button> | 131 | </button> |
132 | 132 | ||
133 | </form> | 133 | </form> |
@@ -164,7 +164,7 @@ | |||
164 | 164 | ||
165 | <div class="hidden">{{ form_rest(form.pwd) }}</div> | 165 | <div class="hidden">{{ form_rest(form.pwd) }}</div> |
166 | <button class="btn waves-effect waves-light" type="submit" name="action"> | 166 | <button class="btn waves-effect waves-light" type="submit" name="action"> |
167 | {% trans %}send{% endtrans %} | 167 | {% trans %}Update{% endtrans %} |
168 | </button> | 168 | </button> |
169 | 169 | ||
170 | </form> | 170 | </form> |
@@ -201,7 +201,7 @@ | |||
201 | 201 | ||
202 | <div class="hidden">{{ form_rest(form.new_user) }}</div> | 202 | <div class="hidden">{{ form_rest(form.new_user) }}</div> |
203 | <button class="btn waves-effect waves-light" type="submit" name="action"> | 203 | <button class="btn waves-effect waves-light" type="submit" name="action"> |
204 | {% trans %}send{% endtrans %} | 204 | {% trans %}Add a user{% endtrans %} |
205 | </button> | 205 | </button> |
206 | 206 | ||
207 | </form> | 207 | </form> |