- fixed typos;
This commit is contained in:
@@ -147,7 +147,7 @@ const AddCompany = () => {
|
||||
return (
|
||||
<div className="appPage">
|
||||
<div className="appPage__pageHeader">
|
||||
<h1>{__('Agguingi azienda', 'gepafin')}</h1>
|
||||
<h1>{__('Aggiungi azienda', 'gepafin')}</h1>
|
||||
</div>
|
||||
|
||||
<div className="appPage__spacer"></div>
|
||||
@@ -298,7 +298,7 @@ const AddCompany = () => {
|
||||
<FormField
|
||||
type="switch"
|
||||
fieldName="isLegalRepresentant"
|
||||
label={__('Sei il Rapprentante Legale dell’azienda?', 'gepafin')}
|
||||
label={__('Sei il Rappresentante Legale dell’azienda?', 'gepafin')}
|
||||
control={control}
|
||||
errors={errors}
|
||||
onLabel={__('Si', 'gepafin')}
|
||||
|
||||
Reference in New Issue
Block a user