mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
UX: Distinguish between noun and verb for "Archive"
This commit is contained in:
parent
915afa703d
commit
1368e2182a
2 changed files with 2 additions and 1 deletions
|
@ -54,7 +54,7 @@
|
|||
|
||||
{{#if canArchive}}
|
||||
<button {{action "archive"}} class="btn btn-archive">
|
||||
{{i18n "user.messages.archive"}}
|
||||
{{i18n "user.messages.move_to_archive"}}
|
||||
</button>
|
||||
{{/if}}
|
||||
|
||||
|
|
|
@ -525,6 +525,7 @@ en:
|
|||
groups: "My Groups"
|
||||
bulk_select: "Select messages"
|
||||
move_to_inbox: "Move to Inbox"
|
||||
move_to_archive: "Archive"
|
||||
failed_to_move: "Failed to move selected messages (perhaps your network is down)"
|
||||
select_all: "Select All"
|
||||
|
||||
|
|
Loading…
Reference in a new issue