reschedule_reason is used by Booking Form (#9656)
parent
3559e0d082
commit
a380087c9b
|
@ -394,7 +394,7 @@ export default function Success(props: SuccessProps) {
|
||||||
{(isCancelled || reschedule) && cancellationReason && (
|
{(isCancelled || reschedule) && cancellationReason && (
|
||||||
<>
|
<>
|
||||||
<div className="font-medium">
|
<div className="font-medium">
|
||||||
{isCancelled ? t("reason") : t("reschedule_reason_success_page")}
|
{isCancelled ? t("reason") : t("reschedule_reason")}
|
||||||
</div>
|
</div>
|
||||||
<div className="col-span-2 mb-6 last:mb-0">{cancellationReason}</div>
|
<div className="col-span-2 mb-6 last:mb-0">{cancellationReason}</div>
|
||||||
</>
|
</>
|
||||||
|
|
|
@ -1471,7 +1471,7 @@
|
||||||
"attendee_email_info": "The person booking's email",
|
"attendee_email_info": "The person booking's email",
|
||||||
"kbar_search_placeholder": "Type a command or search...",
|
"kbar_search_placeholder": "Type a command or search...",
|
||||||
"invalid_credential": "Oh no! Looks like permission expired or was revoked. Please reinstall again.",
|
"invalid_credential": "Oh no! Looks like permission expired or was revoked. Please reinstall again.",
|
||||||
"reschedule_reason_success_page": "Reschedule reason",
|
"reschedule_reason": "Reschedule reason",
|
||||||
"choose_common_schedule_team_event": "Choose a common schedule",
|
"choose_common_schedule_team_event": "Choose a common schedule",
|
||||||
"choose_common_schedule_team_event_description": "Enable this if you want to use a common schedule between hosts. When disabled, each host will be booked based on their default schedule.",
|
"choose_common_schedule_team_event_description": "Enable this if you want to use a common schedule between hosts. When disabled, each host will be booked based on their default schedule.",
|
||||||
"reason": "Reason",
|
"reason": "Reason",
|
||||||
|
|
Loading…
Reference in New Issue