- updated copy for sviluppumbria hub;
This commit is contained in:
@@ -33,6 +33,7 @@ import renderWithDataVars from '../../helpers/renderWithDataVars';
|
|||||||
import getTokens from '../../helpers/getTokens';
|
import getTokens from '../../helpers/getTokens';
|
||||||
import formatDateString from '../../helpers/formatDateString';
|
import formatDateString from '../../helpers/formatDateString';
|
||||||
import isDateTimeInPast from '../../helpers/isDateTimeInPast';
|
import isDateTimeInPast from '../../helpers/isDateTimeInPast';
|
||||||
|
import parseCommaDecimal from '../../helpers/parseCommaDecimal';
|
||||||
|
|
||||||
// components
|
// components
|
||||||
import { Skeleton } from 'primereact/skeleton';
|
import { Skeleton } from 'primereact/skeleton';
|
||||||
@@ -46,7 +47,8 @@ import { Dialog } from 'primereact/dialog';
|
|||||||
import FileuploadApplicationSignedPdf from '../../components/FileuploadApplicationSignedPdf';
|
import FileuploadApplicationSignedPdf from '../../components/FileuploadApplicationSignedPdf';
|
||||||
|
|
||||||
import { defaultMaxFileSize } from '../../configData';
|
import { defaultMaxFileSize } from '../../configData';
|
||||||
import parseCommaDecimal from '../../helpers/parseCommaDecimal';
|
|
||||||
|
const APP_HUB_ID = process.env.REACT_APP_HUB_ID;
|
||||||
|
|
||||||
const BandoApplication = () => {
|
const BandoApplication = () => {
|
||||||
const chosenCompanyId = useStore().main.chosenCompanyId();
|
const chosenCompanyId = useStore().main.chosenCompanyId();
|
||||||
@@ -652,7 +654,10 @@ const BandoApplication = () => {
|
|||||||
setVisibleConfirmation(false);
|
setVisibleConfirmation(false);
|
||||||
}}>
|
}}>
|
||||||
<p>
|
<p>
|
||||||
{__('Grazie, la tua domanda è stata inviata correttamente. Entro 24 ore riceverai una pec con data, ora e numero di protocollo.', 'gepafin')}
|
{APP_HUB_ID === 't7jh5wfg9QXylNaTZkPoE'
|
||||||
|
? __('Grazie, la tua domanda è stata inviata correttamente. Entro 24 ore riceverai una email con data, ora e numero di protocollo.', 'gepafin')
|
||||||
|
: __('Grazie, la tua domanda è stata inviata correttamente. Entro 24 ore riceverai una pec con data, ora e numero di protocollo.', 'gepafin')
|
||||||
|
}
|
||||||
</p>
|
</p>
|
||||||
</Dialog>
|
</Dialog>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user