update message to text

This commit is contained in:
Avinash Lingaloo
2022-04-21 13:57:42 +04:00
parent 53c7ca68ba
commit 772654f7e5
2 changed files with 2 additions and 2 deletions

View File

@@ -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,

View File

@@ -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",