mirror of
https://github.com/flarum/framework.git
synced 2025-01-19 18:12:59 +08:00
#679 Ask for confirmation before "Mark all as Read"
This commit is contained in:
parent
749d2f1a5e
commit
ee85e9bbaf
|
@ -195,7 +195,6 @@ core:
|
|||
discussion_list:
|
||||
empty_text: "It looks like there are no discussions here."
|
||||
load_more_button: => core.ref.load_more
|
||||
mark_all_as_read_confirmation: "Are you sure you want to mark all notifications as read?"
|
||||
mark_as_read_tooltip: Mark as Read
|
||||
replied_text: "{username} replied {ago}"
|
||||
started_text: "{username} started {ago}"
|
||||
|
@ -231,6 +230,7 @@ core:
|
|||
all_discussions_link: => core.ref.all_discussions
|
||||
cannot_start_discussion_button: Can't Start Discussion
|
||||
mark_all_as_read_tooltip: => core.ref.mark_all_as_read
|
||||
mark_all_as_read_confirmation: "Are you sure you want to mark all discussions as read?"
|
||||
refresh_tooltip: Refresh
|
||||
start_discussion_button: => core.ref.start_a_discussion
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user