aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2015-08-26 00:24:33 +0200
committerThomas Citharel <tcit@tcit.fr>2015-08-26 00:24:33 +0200
commite6439923504a7c81305f34792d15c1a329a3cac2 (patch)
treebc7e6ada528d115815771858c027eefdf21dfae1 /src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig
parentb125ed039441d2ceb52ee6431a9e6502fc40ac8c (diff)
downloadwallabag-e6439923504a7c81305f34792d15c1a329a3cac2.tar.gz
wallabag-e6439923504a7c81305f34792d15c1a329a3cac2.tar.zst
wallabag-e6439923504a7c81305f34792d15c1a329a3cac2.zip
typo
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig')
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig
index 038c6287..3711f6e5 100644
--- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig
@@ -93,7 +93,7 @@
93 <label for="entry_filter_readingTime_right_number">{% trans %}to{% endtrans %}</label> 93 <label for="entry_filter_readingTime_right_number">{% trans %}to{% endtrans %}</label>
94 </div> 94 </div>
95 95
96 <div class="input-field col 12"> 96 <div class="input-field col s12">
97 {{ form_widget(form.domainName, {'type': 'text', 'attr' : {'placeholder': 'website.com'} }) }} 97 {{ form_widget(form.domainName, {'type': 'text', 'attr' : {'placeholder': 'website.com'} }) }}
98 <label for="entry_filter_domainName">{% trans %}Domain name{% endtrans %}</label> 98 <label for="entry_filter_domainName">{% trans %}Domain name{% endtrans %}</label>
99 </div> 99 </div>