fix reschedule translation (#3487)

Co-authored-by: CarinaWolli <wollencarina@gmail.com>
pull/3483/head
Carina Wollendorfer 2022-07-21 18:39:39 -04:00 committed by GitHub
parent da29b8893a
commit 9709ee4e71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -425,7 +425,7 @@ export default function Success(props: SuccessProps) {
<> <>
<div className="mx-2">{t("or_lowercase")}</div> <div className="mx-2">{t("or_lowercase")}</div>
<div className="underline"> <div className="underline">
<Link href={"/reschedule/" + bookingInfo?.uid}>{t("Reschedule")}</Link> <Link href={"/reschedule/" + bookingInfo?.uid}>{t("reschedule")}</Link>
</div> </div>
</> </>
)} )}