Avoid showing "undefined" when clicking on read/unread
This commit is contained in:
parent
3243d88c9b
commit
da89831116
1 changed files with 1 additions and 0 deletions
|
@ -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" }}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue