Skip to content

Commit

Permalink
feat(partner network): add translation and change type (#750)
Browse files Browse the repository at this point in the history
  • Loading branch information
nidhigarg-bmw authored May 2, 2024
1 parent a564a7c commit 4ebd73b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DEPENDENCIES
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ npm/npmjs/-/safe-regex-test/1.0.3, MIT, approved, clearlydefined
npm/npmjs/-/safer-buffer/2.1.2, MIT, approved, clearlydefined
npm/npmjs/-/sass/1.72.0, MIT, approved, clearlydefined
npm/npmjs/-/saxes/6.0.0, ISC, approved, clearlydefined
npm/npmjs/-/scheduler/0.23.0, MIT, approved, clearlydefined
npm/npmjs/-/scheduler/0.23.0, MIT, approved, #14589
npm/npmjs/-/semver/6.3.1, ISC, approved, clearlydefined
npm/npmjs/-/semver/7.6.0, ISC, approved, clearlydefined
npm/npmjs/-/set-function-length/1.2.2, MIT, approved, #12772
Expand Down
2 changes: 1 addition & 1 deletion src/assets/locales/de/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@
"companydatatitle": "Firmen Data",
"legalform": "Rechtsform",
"identifiers": "Identifiers",
"documents": "Documents",
"certificates": "Firmenzertifikate",
"noData": "No data available"
}
},
Expand Down
2 changes: 1 addition & 1 deletion src/assets/locales/en/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@
"companydatatitle": "Company Data",
"legalform": "Legal Form",
"identifiers": "Identifiers",
"documents": "Documents",
"certificates": "Company Certificates",
"noData": "No data available"
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ const BusinessPartnerDetailContent = ({
/>
<KeyValueView
cols={2.3}
title={t('content.partnernetwork.overlay.documents')}
title={t('content.partnernetwork.overlay.certificates')}
items={{
key: '',
value:
Expand Down

0 comments on commit 4ebd73b

Please sign in to comment.