From 12a2c1bb3f5bda890c09416c7a9aaafa7e055499 Mon Sep 17 00:00:00 2001 From: Kurund Jalmi Date: Thu, 26 Oct 2023 23:01:29 +0100 Subject: [PATCH] add helptext for interactive messages --- src/containers/InteractiveMessage/InteractiveMessage.tsx | 1 + src/i18n/en/en.json | 1 + 2 files changed, 2 insertions(+) diff --git a/src/containers/InteractiveMessage/InteractiveMessage.tsx b/src/containers/InteractiveMessage/InteractiveMessage.tsx index 283961068..3af34d2ad 100644 --- a/src/containers/InteractiveMessage/InteractiveMessage.tsx +++ b/src/containers/InteractiveMessage/InteractiveMessage.tsx @@ -720,6 +720,7 @@ export const InteractiveMessage = () => { variant: 'outlined', label: t('Tag'), }, + helperText: t('Use this to categorize your interactive messages.'), }, ]; diff --git a/src/i18n/en/en.json b/src/i18n/en/en.json index 37829a5f2..191dc79b6 100644 --- a/src/i18n/en/en.json +++ b/src/i18n/en/en.json @@ -226,6 +226,7 @@ "You can also use variables in message enter @ to see the available list": "You can also use variables in message enter @ to see the available list", "Footer": "Footer", "Attachment type": "Attachment type", + "Use this to categorize your interactive messages.": "Use this to categorize your interactive messages.", "Validating URL": "Validating URL", "You won't be able to use this interactive message.": "You won't be able to use this interactive message.", "Show all languages": "Show all languages",