mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-02-17 12:11:16 -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}}
|
{{#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…
Reference in a new issue