Skip to content

Commit

Permalink
updates(content): update text content. show click here instead of url
Browse files Browse the repository at this point in the history
  • Loading branch information
manojava-gk committed Jul 27, 2023
1 parent 525facc commit 3924d22
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion src/assets/locales/de/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,8 @@
"clientSecret": "* client secret: client id of your existing or newly created tech user - details how to: ",
"clientSecretLink": "https://portal.int.demo.catena-x.net/documentation/?path=docs%2F03.+User+Management%2F03.+Technical+User%2F02.+Create+Technical+User.md",
"authorityBpn": "* authority bpn: {{bpn}}",
"miwUrl": "* miw url: https:{{managedIdentityWalletApiBase}}"
"miwUrl": "* miw url: https:{{managedIdentityWalletApiBase}}",
"clickhere": "click here"
}
},
"helpText": "Get some help",
Expand Down
3 changes: 2 additions & 1 deletion src/assets/locales/en/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,8 @@
"clientSecret": "* client secret: client id of your existing or newly created tech user - details how to: ",
"clientSecretLink": "https://portal.int.demo.catena-x.net/documentation/?path=docs%2F03.+User+Management%2F03.+Technical+User%2F02.+Create+Technical+User.md",
"authorityBpn": "* authority bpn: {{bpn}}",
"miwUrl": "* miw url: https:{{managedIdentityWalletApiBase}}"
"miwUrl": "* miw url: https:{{managedIdentityWalletApiBase}}",
"clickhere": "click here"
}
},
"helpText": "Get some help",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ const ConfigurationDetailsOverlay = ({
}
>
{t(
'content.edcconnector.configurationDetails.orderList.clientSecretLink'
'content.edcconnector.configurationDetails.orderList.clickhere'
)}
</span>
</Typography>
Expand All @@ -119,7 +119,7 @@ const ConfigurationDetailsOverlay = ({
}
>
{t(
'content.edcconnector.configurationDetails.orderList.clientSecretLink'
'content.edcconnector.configurationDetails.orderList.clickhere'
)}
</span>
</Typography>
Expand Down

0 comments on commit 3924d22

Please sign in to comment.