chore: update Instant Meeting Error Message (#17617)
* Update common.json * small copy changes
This commit is contained in:
@@ -139,7 +139,8 @@
|
||||
"requested_to_reschedule_subject_attendee": "Action Required Reschedule: Please book a new time for {{eventType}} with {{name}}",
|
||||
"hi_user_name": "Hi {{name}}",
|
||||
"ics_event_title": "{{eventType}} with {{name}}",
|
||||
"please_book_a_time_sometime_later": "Oops, we couldn't connect you this time. Please schedule a future call instead",
|
||||
"please_book_a_time_sometime_later": "It looks like all of our experts are busy right now. Please schedule a call at a time that works best for you and we'll be ready to assist you.",
|
||||
"schedule_instead": "Schedule instead",
|
||||
"new_event_subject": "New event: {{attendeeName}} - {{date}} - {{eventType}}",
|
||||
"join_by_entrypoint": "Join by {{entryPoint}}",
|
||||
"notes": "Notes",
|
||||
|
||||
@@ -88,7 +88,7 @@ export const RedirectToInstantMeetingModal = ({
|
||||
onGoBack();
|
||||
}}
|
||||
color="primary">
|
||||
{t("go_back")}
|
||||
{t("schedule_instead")}
|
||||
</Button>
|
||||
</div>
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user