- updated texts;

This commit is contained in:
Vitalii Kiiko
2026-03-26 11:23:47 +01:00
parent 16eb0b3f78
commit b05c3b9379
2 changed files with 3 additions and 2 deletions

View File

@@ -102,7 +102,7 @@ const EvaluationExtraFiles = ({
}
const headerCompanyDocsDialog = () => {
return <span>{__('Documenti aziendale', 'gepafin')}</span>;
return <span>{__('Documenti aziendali', 'gepafin')}</span>;
}
const hideCompanyDocsDialog = () => {
@@ -242,7 +242,7 @@ const EvaluationExtraFiles = ({
type="button"
disabled={(watchFields && watchFields.filter(o => isEmpty(o.nameValue) || isEmpty(o.fileValue)).length > 0) || shouldDisable}
onClick={openCompanyArchive}
label={__('Documenti aziendale', 'gepafin')}
label={__('Documenti aziendali', 'gepafin')}
/>
</div>
</div>

View File

@@ -149,6 +149,7 @@ export class NetworkService {
};
static unauthorizedGet = (url, callback, errorCallback) => {
console.log('unauthorizedGet', url);
fetch(url, {
method: 'GET',
mode: 'cors',