- updated config;

This commit is contained in:
Vitalii Kiiko
2025-09-16 10:58:20 +02:00
parent d59b698193
commit fd6f861024
4 changed files with 30 additions and 9 deletions

View File

@@ -98,15 +98,15 @@ const BandoViewBeneficiario = () => {
const submitBtnLabel = () => {
if (REACT_APP_HUB_ID === 't7jh5wfg9QXylNaTZkPoE') {
return __('Presenta domanda', 'gepafin');
return __('Compila form', 'gepafin');
} else {
if (data.allowMultipleApplications) {
return __('Presenta domanda', 'gepafin');
return __('Compila form', 'gepafin');
} else {
if (applicationObj && applicationObj.id) {
return __('Vai alla domanda', 'gepafin');
} else {
return __('Presenta domanda', 'gepafin');
return __('Compila form', 'gepafin');
}
}