mirror of
https://github.com/discourse/discourse.git
synced 2025-03-22 21:25:48 +08:00
UX: Distinguish between noun and verb for "Archive"
This commit is contained in:
parent
915afa703d
commit
1368e2182a
@ -54,7 +54,7 @@
|
|||||||
|
|
||||||
{{#if canArchive}}
|
{{#if canArchive}}
|
||||||
<button {{action "archive"}} class="btn btn-archive">
|
<button {{action "archive"}} class="btn btn-archive">
|
||||||
{{i18n "user.messages.archive"}}
|
{{i18n "user.messages.move_to_archive"}}
|
||||||
</button>
|
</button>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
|
@ -525,6 +525,7 @@ en:
|
|||||||
groups: "My Groups"
|
groups: "My Groups"
|
||||||
bulk_select: "Select messages"
|
bulk_select: "Select messages"
|
||||||
move_to_inbox: "Move to Inbox"
|
move_to_inbox: "Move to Inbox"
|
||||||
|
move_to_archive: "Archive"
|
||||||
failed_to_move: "Failed to move selected messages (perhaps your network is down)"
|
failed_to_move: "Failed to move selected messages (perhaps your network is down)"
|
||||||
select_all: "Select All"
|
select_all: "Select All"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user