- updates in labels and some refactoring;
This commit is contained in:
@@ -91,7 +91,7 @@ const BandoForms = () => {
|
||||
toast.current.show({
|
||||
severity: 'success',
|
||||
summary: '',
|
||||
detail: __('Il form è stato aggiornato corretamente!', 'gepafin')
|
||||
detail: __('Il form è stato aggiornato correttamente!', 'gepafin')
|
||||
});
|
||||
}
|
||||
|
||||
@@ -235,7 +235,7 @@ const BandoForms = () => {
|
||||
outlined
|
||||
disabled={!selectedForm}
|
||||
onClick={goToEditForm}
|
||||
label={'PUBLISH' === bandoStatus ? __('Mostra', 'gepafin') : __('Modifica', 'gepafin')}
|
||||
label={__('Modifica', 'gepafin')}
|
||||
icon="pi pi-cog" iconPos="right"/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user