fix: update label for continue to payment

This commit is contained in:
Michael Zetterberg
2025-03-31 10:15:16 +02:00
parent a2f943dfc5
commit 775c986f35
8 changed files with 2 additions and 8 deletions

View File

@@ -134,7 +134,7 @@ export default function Details() {
type="submit"
>
{isPaymentNext
? intl.formatMessage({ id: "Proceed to payment method" })
? intl.formatMessage({ id: "Continue" })
: intl.formatMessage(
{ id: "Continue to room {nextRoomNumber}" },
{ nextRoomNumber: roomNr + 1 }

View File

@@ -153,7 +153,7 @@ export default function Details({ user }: DetailsProps) {
type="submit"
>
{isPaymentNext
? intl.formatMessage({ id: "Proceed to payment method" })
? intl.formatMessage({ id: "Continue" })
: intl.formatMessage(
{ id: "Continue to room {nextRoomNumber}" },
{ nextRoomNumber: roomNr + 1 }