fix(SW-614): update enter details strings
This commit is contained in:
@@ -171,9 +171,9 @@ export default function Payment({
|
||||
return <LoadingSpinner />
|
||||
}
|
||||
|
||||
const paymentVerb = mustBeGuaranteed
|
||||
? intl.formatMessage({ id: "guaranteeing" })
|
||||
: intl.formatMessage({ id: "paying" })
|
||||
const guaranteeing = intl.formatMessage({ id: "guaranteeing" })
|
||||
const paying = intl.formatMessage({ id: "paying" })
|
||||
const paymentVerb = mustBeGuaranteed ? guaranteeing : paying
|
||||
|
||||
return (
|
||||
<FormProvider {...methods}>
|
||||
|
||||
Reference in New Issue
Block a user