diff --git a/src/pages/BandoView/index.js b/src/pages/BandoView/index.js
index 2322905..116c033 100644
--- a/src/pages/BandoView/index.js
+++ b/src/pages/BandoView/index.js
@@ -156,7 +156,7 @@ const BandoView = () => {
-
{__('Documentazione Richiesta', 'gepafin')}
+
{__('Documentazione richiesta', 'gepafin')}
{renderHtmlContent(data.documentationRequested)}
diff --git a/src/pages/BandoViewBeneficiario/index.js b/src/pages/BandoViewBeneficiario/index.js
index 66209f8..1540284 100644
--- a/src/pages/BandoViewBeneficiario/index.js
+++ b/src/pages/BandoViewBeneficiario/index.js
@@ -408,7 +408,7 @@ const BandoViewBeneficiario = () => {
-
{__('Documentazione Richiesta', 'gepafin')}
+
{__('Documentazione richiesta', 'gepafin')}
{renderHtmlContent(data.documentationRequested)}
diff --git a/src/pages/DomandaEditInstructorManager/index.js b/src/pages/DomandaEditInstructorManager/index.js
index 99793aa..888ec22 100644
--- a/src/pages/DomandaEditInstructorManager/index.js
+++ b/src/pages/DomandaEditInstructorManager/index.js
@@ -743,10 +743,10 @@ const DomandaEditPreInstructor = () => {
{isAdmissible
? : null}
+ value={__('Ammissibile formalmente')}> : null}
{!isAdmissible
? : null}
+ value={__('Punteggio non sufficiente per passaggio alla valutazione tecnica ed economico finanziaria')}> : null}
|
@@ -775,8 +775,8 @@ const DomandaEditPreInstructor = () => {
outlined
label={<>
{data.applicationStatus === 'EVALUATION'
- ? __('Richiedi Soccorso Istruttorio', 'gepafin')
- : __('Apri Soccorso Istruttorio', 'gepafin')}
+ ? __('Richiedi soccorso istruttorio', 'gepafin')
+ : __('Apri soccorso istruttorio', 'gepafin')}
@@ -832,7 +832,7 @@ const DomandaEditPreInstructor = () => {
type="button"
disabled={true}
onClick={() => {}}
- label={__('Ammissibile', 'gepafin')}
+ label={__('Ammissibile formalmente', 'gepafin')}
/>
{data.id
?
diff --git a/src/pages/ProfileCompany/index.js b/src/pages/ProfileCompany/index.js
index 5162575..f590086 100644
--- a/src/pages/ProfileCompany/index.js
+++ b/src/pages/ProfileCompany/index.js
@@ -559,7 +559,8 @@ const ProfileCompany = () => {
- {APP_HUB_ID === 'nonexisting' // hide it from all hub
+ {APP_HUB_ID
+ //=== 'nonexisting' // hide it from all hub
?