mirror of
https://github.com/wallabag/wallabag.git
synced 2025-02-02 03:52:23 +00:00
Fixed review
This commit is contained in:
parent
9992017fb7
commit
0feee8ba9a
2 changed files with 2 additions and 1 deletions
|
@ -245,6 +245,7 @@ entry:
|
||||||
archived_label: Lus
|
archived_label: Lus
|
||||||
starred_label: Favoris
|
starred_label: Favoris
|
||||||
unread_label: Non lus
|
unread_label: Non lus
|
||||||
|
annotated_label: Annotés
|
||||||
preview_picture_label: A une photo
|
preview_picture_label: A une photo
|
||||||
preview_picture_help: Photo
|
preview_picture_help: Photo
|
||||||
is_public_label: A un lien public
|
is_public_label: A un lien public
|
||||||
|
|
|
@ -131,7 +131,7 @@
|
||||||
{{ form_label(form.isUnread) }}
|
{{ form_label(form.isUnread) }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="input-field col s6 with-checkbox">
|
<div class="input-field col s12 with-checkbox">
|
||||||
{{ form_widget(form.isAnnotated) }}
|
{{ form_widget(form.isAnnotated) }}
|
||||||
{{ form_label(form.isAnnotated) }}
|
{{ form_label(form.isAnnotated) }}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue