Skip to content

Commit

Permalink
fix: updated the text for idpmanagement page (eclipse-tractusx#1086)
Browse files Browse the repository at this point in the history
  • Loading branch information
charmi-v authored Sep 6, 2024
1 parent 3acd1eb commit 4e559e1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@

- **Connector Management**
- fixed technical user selection
- **IDP management**
- Fixed IDP management page title & description
- **Technical User**
- Show appropriate error message.
- Fix closing page notification bar issue
Expand Down
4 changes: 2 additions & 2 deletions src/assets/locales/de/idp.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"metadata_url_invalid_error": "Please enter valid metadata url"
},
"page": {
"title": "Identity Provider Config",
"desc": "Here you can manage how the users of your company authenticate with Catena-X. <br /><br />On registration we have created an IDP with one user entry for the admin (that's probably you ;). <br />Many companies already have their own IDP where users authenticate using their known company user id and a familiar login mask. In this case you will probably prefer to use your own company IDP and you can create and manage the federation on this page."
"title": "Konfiguration des Identitätsanbieters",
"desc": "Auf dieser Seite können Sie die Benutzerauthentifizierung für Ihr Unternehmen verwalten. <br/><br/> Bei der Registrierung haben wir einen Identity Provider (IDP) mit einem einzigen Benutzereintrag für den Administrator eingerichtet. Viele Organisationen unterhalten bereits ihren eigenen IDP, bei dem sich Benutzer mit ihren etablierten Unternehmensbenutzer-IDs und vertrauten Anmeldeoberflächen authentifizieren. In solchen Fällen möchten Sie möglicherweise Ihren vorhandenen Unternehmens-IDP nutzen. Auf dieser Seite können Sie die erforderliche Föderation erstellen und verwalten."
},
"add": {
"title": "Add your Identity Provider (IdP)",
Expand Down
4 changes: 2 additions & 2 deletions src/assets/locales/en/idp.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"metadata_url_invalid_error": "Please enter valid metadata url"
},
"page": {
"title": "Identity Provider Config",
"desc": "Here you can manage how the users of your company authenticate with Catena-X. <br /><br />On registration we have created an IDP with one user entry for the admin (that's probably you ;). <br />Many companies already have their own IDP where users authenticate using their known company user id and a familiar login mask. In this case you will probably prefer to use your own company IDP and you can create and manage the federation on this page."
"title": "Identity Provider configuration",
"desc": "This page provides the functionality to manage user authentication for your company. <br/><br/> Upon registration, we have established an Identity Provider (IDP) with a single user entry for the administrator. Many organizations already maintain their own IDP, where users authenticate using their established company user IDs and familiar login interfaces. In such cases, you may prefer to leverage your existing company IDP. You can create and manage the necessary federation on this page."
},
"add": {
"title": "Add your Identity Provider (IdP)",
Expand Down
2 changes: 1 addition & 1 deletion src/components/pages/IDPManagement/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default function IDPManagement() {
<div className="idp-management-header">
<Trans>
<Typography variant="h2" className="idp-management-title">
{t('idpManagement.title')}
{t('page.title')}
</Typography>
</Trans>
<Trans>
Expand Down

0 comments on commit 4e559e1

Please sign in to comment.