- updates in labels and some refactoring;

This commit is contained in:
Vitalii Kiiko
2024-11-15 14:28:23 +01:00
parent 7371ff1eb9
commit 11a1c35108
10 changed files with 48 additions and 12 deletions

View File

@@ -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>