Skip to content

Commit

Permalink
add helptext for interactive messages
Browse files Browse the repository at this point in the history
  • Loading branch information
kurund committed Oct 26, 2023
1 parent 06386a0 commit 12a2c1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/containers/InteractiveMessage/InteractiveMessage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -720,6 +720,7 @@ export const InteractiveMessage = () => {
variant: 'outlined',
label: t('Tag'),
},
helperText: t('Use this to categorize your interactive messages.'),
},
];

Expand Down
1 change: 1 addition & 0 deletions src/i18n/en/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 12a2c1b

Please sign in to comment.