We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38b43f7 commit ab4eff1Copy full SHA for ab4eff1
1 file changed
apps/web/app/(use-page-wrapper)/payment/[uid]/PaymentPage.tsx
@@ -124,7 +124,7 @@ const PaymentPage: FC<PaymentPageProps> = (props) => {
124
<div className="col-span-2 mb-6">
125
{date.locale(i18n.language ?? "en").format("dddd, DD MMMM YYYY")}
126
<br />
127
- {date.format(is24h ? "H:mm" : "h:mma")} - {props.eventType.length} mins{" "}
+ {date.format(is24h ? "H:mm" : "h:mma")} - {props.eventType.length} {t("minute_timeUnit")}{" "}
128
<span className="text-subtle">({timezone})</span>
129
</div>
130
{props.booking.location && (
0 commit comments