瀏覽代碼

Avoid showing "undefined" when clicking on read/unread

Frédéric Guillot 4 年之前
父節點
當前提交
da89831116
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      template/templates/views/entry.html

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

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