fix: update label for continue to payment
This commit is contained in:
@@ -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 }
|
||||
|
||||
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user