- changed label for submit btn;

This commit is contained in:
Vitalii Kiiko
2024-10-18 17:25:26 +02:00
parent 9925eef3d9
commit d659687ea6
2 changed files with 2 additions and 2 deletions

View File

@@ -338,7 +338,7 @@ const BandoApplication = () => {
iconPos="right"/> : null}
<Button
disabled={'SUBMIT' === applicationStatus}
label={__('Invia', 'gepafin')}
label={__('Carica dati per stampa', 'gepafin')}
icon="pi pi-check"
iconPos="right"/>
</div>