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