forked from Ivasoft/mattermost-mobile
update message to text
This commit is contained in:
@@ -29,7 +29,7 @@ export const SNACK_BAR_CONFIG: Record<string, SnackBarConfig> = {
|
||||
},
|
||||
MESSAGE_COPIED: {
|
||||
id: t('snack.bar.message.copied'),
|
||||
defaultMessage: 'Message copied to clipboard',
|
||||
defaultMessage: 'Text copied to clipboard',
|
||||
iconName: 'content-copy',
|
||||
themeColor: 'centerChannelColor',
|
||||
canUndo: false,
|
||||
|
||||
@@ -493,7 +493,7 @@
|
||||
"servers.remove": "Remove",
|
||||
"snack.bar.follow.thread": "You're now following this thread",
|
||||
"snack.bar.link.copied": "Link copied to clipboard",
|
||||
"snack.bar.message.copied": "Message copied to clipboard",
|
||||
"snack.bar.message.copied": "Text copied to clipboard",
|
||||
"snack.bar.mute.channel": "This channel was muted",
|
||||
"snack.bar.undo": "Undo",
|
||||
"status_dropdown.set_away": "Away",
|
||||
|
||||
Reference in New Issue
Block a user