- updated text in autorization request modal window;

This commit is contained in:
Vitalii Kiiko
2026-02-13 10:17:26 +01:00
parent 794248162e
commit c8f9834972

View File

@@ -209,7 +209,7 @@ const LatestPecEmailsTable = () => {
<div className="appForm__field"> <div className="appForm__field">
<h2>{__('Tipo:', 'gepafin')}</h2> <h2>{__('Tipo:', 'gepafin')}</h2>
<div> <div>
<code>{previewItem.type}</code> <code>{!isNil(autorizationNames[previewItem.type]) ? autorizationNames[previewItem.type] : previewItem.type}</code>
</div> </div>
<h2>{__('Oggetto:', 'gepafin')}</h2> <h2>{__('Oggetto:', 'gepafin')}</h2>
<div> <div>