Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

MM-15487: Adding suggestion.archive to the translatable strings #2798

Merged
merged 1 commit into from May 16, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions i18n/en.json
Expand Up @@ -2819,6 +2819,7 @@
"status_dropdown.set_ooo.extra": "Automatic Replies are enabled",
"string.id": "default message",
"suggestion_list.no_matches": "No items match __{value}__",
"suggestion.archive": "Archived Channels",
"suggestion.mention.all": "Notifies everyone in this channel",
"suggestion.mention.channel": "Notifies everyone in this channel",
"suggestion.mention.channels": "My Channels",
Expand Down
1 change: 1 addition & 0 deletions utils/constants.jsx
Expand Up @@ -1260,5 +1260,6 @@ t('suggestion.mention.members');
t('suggestion.mention.moremembers');
t('suggestion.mention.nonmembers');
t('suggestion.mention.special');
t('suggestion.archive');

export default Constants;