diff --git a/package.json b/package.json index 185e0504b..a7656f04f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "interop-dashboard-frontend", - "version": "1.0.82", + "version": "1.0.83", "type": "module", "scripts": { "dev": "vite", diff --git a/src/pages/PartyRegistryPage/components/PartyGeneralInfoSection/PartyGeneralInfoSection.tsx b/src/pages/PartyRegistryPage/components/PartyGeneralInfoSection/PartyGeneralInfoSection.tsx index b25c8b9d8..da0a2f397 100644 --- a/src/pages/PartyRegistryPage/components/PartyGeneralInfoSection/PartyGeneralInfoSection.tsx +++ b/src/pages/PartyRegistryPage/components/PartyGeneralInfoSection/PartyGeneralInfoSection.tsx @@ -27,6 +27,14 @@ export const PartyGeneralInfoSection: React.FC = () => { content={user?.subUnitType} /> )} + diff --git a/src/static/locales/en/party.json b/src/static/locales/en/party.json index b96b7d337..0d1845ab1 100644 --- a/src/static/locales/en/party.json +++ b/src/static/locales/en/party.json @@ -9,6 +9,10 @@ }, "subUnitTypeField": { "label": "Organization type" + }, + "tenantIdField": { + "label": "Tenant ID", + "copySuccessFeedbackText": "Id copied successfully" } }, "contacts": { diff --git a/src/static/locales/it/party.json b/src/static/locales/it/party.json index 57ce07a2e..cf6b93ca4 100644 --- a/src/static/locales/it/party.json +++ b/src/static/locales/it/party.json @@ -9,6 +9,10 @@ }, "subUnitTypeField": { "label": "Tipologia di ente" + }, + "tenantIdField": { + "label": "ID ente", + "copySuccessFeedbackText": "Id copiato correttamente" } }, "contacts": {