Fixed: Typo for should in the "Create Region" form (#4854)

closes #4853
This commit is contained in:
Victor Frunza
2023-08-25 08:41:54 +00:00
committed by GitHub
parent 0c7c2eeeab
commit 9766758e19
@@ -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")} />