- updated config;
This commit is contained in:
@@ -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');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user