From 772654f7e52ab00a7b2b28f316c6872e96e5c3f1 Mon Sep 17 00:00:00 2001 From: Avinash Lingaloo Date: Thu, 21 Apr 2022 13:57:42 +0400 Subject: [PATCH] update message to text --- app/constants/snack_bar.ts | 2 +- assets/base/i18n/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/constants/snack_bar.ts b/app/constants/snack_bar.ts index 7ace81f051..5f92d1b123 100644 --- a/app/constants/snack_bar.ts +++ b/app/constants/snack_bar.ts @@ -29,7 +29,7 @@ export const SNACK_BAR_CONFIG: Record = { }, 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, diff --git a/assets/base/i18n/en.json b/assets/base/i18n/en.json index c4a3d8948d..61a57252a8 100644 --- a/assets/base/i18n/en.json +++ b/assets/base/i18n/en.json @@ -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",