Fixed: Typo for should in the "Create Region" form (#4854)
closes #4853
This commit is contained in:
@@ -141,7 +141,7 @@ const NewRegion = ({ onClose }: Props) => {
|
|||||||
required
|
required
|
||||||
>
|
>
|
||||||
<p className="inter-base-regular mb-xlarge text-grey-50">
|
<p className="inter-base-regular mb-xlarge text-grey-50">
|
||||||
Add which fulfillment and payment providers shoulb be
|
Add which fulfillment and payment providers should be
|
||||||
available in this region.
|
available in this region.
|
||||||
</p>
|
</p>
|
||||||
<RegionProvidersForm form={nestedForm(form, "providers")} />
|
<RegionProvidersForm form={nestedForm(form, "providers")} />
|
||||||
|
|||||||
Reference in New Issue
Block a user