Browse Source

Avoid showing "undefined" when clicking on read/unread

Frédéric Guillot 4 years ago
parent
commit
da89831116
1 changed files with 1 additions and 0 deletions
  1. 1 0
      template/templates/views/entry.html

+ 1 - 0
template/templates/views/entry.html

@@ -13,6 +13,7 @@
                     <a href="#"
                         title="{{ t "entry.status.title" }}"
                         data-toggle-status="true"
+                        data-label-loading="{{ t "entry.state.saving" }}"
                         data-label-unread="{{ t "entry.status.unread" }}"
                         data-label-read="{{ t "entry.status.read" }}"
                         data-toast-unread="{{ t "entry.status.toast.unread" }}"