- 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

@@ -123,7 +123,7 @@ const BandoFormsEdit = () => {
toast.current.show({
severity: 'success',
summary: '',
detail: __('Il form è stato aggiornato corretamente!', 'gepafin')
detail: __('Il form è stato aggiornato correttamente!', 'gepafin')
});
}
}