fix: Add send sms description (#11063)

This commit is contained in:
Abhilash Sampath 2023-09-01 13:12:10 -04:00 committed by GitHub
parent 1896efa3a0
commit f06b4bfb9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -1108,6 +1108,7 @@
"email_attendee_action": "send email to attendees",
"sms_attendee_action": "Send SMS to attendee",
"sms_number_action": "send SMS to a specific number",
"send_reminder_sms": "Easily send meeting reminders via SMS to your attendees",
"whatsapp_number_action": "send WhatsApp message to a specific number",
"whatsapp_attendee_action": "send WhatsApp message to attendee",
"workflows": "Workflows",

View File

@ -65,7 +65,7 @@ export function TeamsListing() {
{
icon: <Mail className="h-5 w-5 text-orange-500" />,
title: t("sms_attendee_action"),
description: t("make_it_easy_to_book"),
description: t("send_reminder_sms"),
},
{
icon: <Video className="h-5 w-5 text-purple-500" />,