diff --git a/frontend/src/components/dashboard/create/email/EmailRecipients.tsx b/frontend/src/components/dashboard/create/email/EmailRecipients.tsx index 2fb9ffbff..ac8b7fbee 100644 --- a/frontend/src/components/dashboard/create/email/EmailRecipients.tsx +++ b/frontend/src/components/dashboard/create/email/EmailRecipients.tsx @@ -160,7 +160,7 @@ const EmailRecipients = ({ return ( <> - +

Only CSV format files are allowed. If you have an Excel file, please convert it by going to File > Save As > CSV (Comma delimited). diff --git a/frontend/src/components/dashboard/create/sms/SMSRecipients.tsx b/frontend/src/components/dashboard/create/sms/SMSRecipients.tsx index 8954994c9..69682f0dc 100644 --- a/frontend/src/components/dashboard/create/sms/SMSRecipients.tsx +++ b/frontend/src/components/dashboard/create/sms/SMSRecipients.tsx @@ -148,7 +148,7 @@ const SMSRecipients = ({ return ( <> - +

Only CSV format files are allowed. If you have an Excel file, please convert it by going to File > Save As > CSV (Comma delimited).