mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 18:58:10 +00:00
TEXT: Change to "Dismiss New"
This commit is contained in:
parent
a2b0e2b50f
commit
28f84ef0e1
@ -69,7 +69,7 @@
|
||||
<button class='btn dismiss-read' {{action dismissRead}}>{{i18n topics.bulk.dismiss_read}}</button>
|
||||
{{/if}}
|
||||
{{#if showResetNew}}
|
||||
<button class='btn dismiss-read' {{action resetNew}}>{{i18n topics.bulk.mark_seen}}</button>
|
||||
<button class='btn dismiss-read' {{action resetNew}}>{{i18n topics.bulk.dismiss_new}}</button>
|
||||
{{/if}}
|
||||
|
||||
<h3>
|
||||
|
@ -630,7 +630,7 @@ en:
|
||||
bulk:
|
||||
reset_read: "Reset Read"
|
||||
dismiss_read: "Dismiss Read"
|
||||
mark_seen: "Mark Seen"
|
||||
dismiss_new: "Dismiss New"
|
||||
toggle: "toggle bulk selection of topics"
|
||||
actions: "Bulk Actions"
|
||||
change_category: "Change Category"
|
||||
|
Loading…
x
Reference in New Issue
Block a user