- updated text in autorization request modal window;
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user