Update help text for at-here, at-channel, at-all (#2790)
* Update help text for at-here, at-channel, at-all https://community.mattermost.com/core/pl/kqmabdzqb3df7xx5xjsaosozir * Update at_mention.js
This commit is contained in:
parent
a44fea29c0
commit
d51d4e4c9c
2 changed files with 6 additions and 6 deletions
|
|
@ -134,18 +134,18 @@ export default class AtMention extends PureComponent {
|
|||
return [{
|
||||
completeHandle: 'all',
|
||||
id: t('suggestion.mention.all'),
|
||||
defaultMessage: 'Notifies everyone in the channel, use in {townsquare} to notify the whole team',
|
||||
defaultMessage: 'Notifies everyone in this channel',
|
||||
values: {
|
||||
townsquare: this.props.defaultChannel.display_name,
|
||||
},
|
||||
}, {
|
||||
completeHandle: 'channel',
|
||||
id: t('suggestion.mention.channel'),
|
||||
defaultMessage: 'Notifies everyone in the channel',
|
||||
defaultMessage: 'Notifies everyone in this channel',
|
||||
}, {
|
||||
completeHandle: 'here',
|
||||
id: t('suggestion.mention.here'),
|
||||
defaultMessage: 'Notifies everyone in the channel and online',
|
||||
defaultMessage: 'Notifies everyone online in this channel',
|
||||
}];
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -504,10 +504,10 @@
|
|||
"status_dropdown.set_offline": "Offline",
|
||||
"status_dropdown.set_online": "Online",
|
||||
"status_dropdown.set_ooo": "Out of Office",
|
||||
"suggestion.mention.all": "CAUTION: This mentions everyone in channel",
|
||||
"suggestion.mention.channel": "Notifies everyone in the channel",
|
||||
"suggestion.mention.all": "Notifies everyone in this channel",
|
||||
"suggestion.mention.channel": "Notifies everyone in this channel",
|
||||
"suggestion.mention.channels": "My Channels",
|
||||
"suggestion.mention.here": "Notifies everyone in the channel and online",
|
||||
"suggestion.mention.here": "Notifies everyone online in this channel",
|
||||
"suggestion.mention.members": "Channel Members",
|
||||
"suggestion.mention.morechannels": "Other Channels",
|
||||
"suggestion.mention.nonmembers": "Not in Channel",
|
||||
|
|
|
|||
Loading…
Reference in a new issue