fix reschedule translation (#3487)
Co-authored-by: CarinaWolli <wollencarina@gmail.com>pull/3483/head
parent
da29b8893a
commit
9709ee4e71
|
@ -425,7 +425,7 @@ export default function Success(props: SuccessProps) {
|
|||
<>
|
||||
<div className="mx-2">{t("or_lowercase")}</div>
|
||||
<div className="underline">
|
||||
<Link href={"/reschedule/" + bookingInfo?.uid}>{t("Reschedule")}</Link>
|
||||
<Link href={"/reschedule/" + bookingInfo?.uid}>{t("reschedule")}</Link>
|
||||
</div>
|
||||
</>
|
||||
)}
|
||||
|
|
Loading…
Reference in New Issue