1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-21 18:11:09 +00:00

Add translation key: form.integration.linkding_bookmark

This commit is contained in:
Frédéric Guillot 2023-06-24 10:30:01 -07:00
parent 736fb7320e
commit a2f15b3c36
19 changed files with 19 additions and 1 deletions

View file

@ -196,7 +196,7 @@
<input type="text" name="linkding_tags" id="form-linkding-tags" value="{{ .form.LinkdingTags }}" spellcheck="false">
<label>
<input type="checkbox" name="linkding_mark_as_unread" value="1" {{ if .form.LinkdingMarkAsUnread }}checked{{ end }}> {{ t "form.integration.pinboard_bookmark" }}
<input type="checkbox" name="linkding_mark_as_unread" value="1" {{ if .form.LinkdingMarkAsUnread }}checked{{ end }}> {{ t "form.integration.linkding_bookmark" }}
</label>
<div class="buttons">