mirror of
https://github.com/flarum/core.git
synced 2025-08-13 20:04:24 +02:00
#679 Ask for confirmation before "Mark all as Read"
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user