Skip to content

Commit

Permalink
update translations
Browse files Browse the repository at this point in the history
  • Loading branch information
eike-hass committed Aug 2, 2024
1 parent 98405a4 commit b4b02cf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions web/public/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
"selvDemo": "Selv Demo",
"hereIsTodo": "<0>Here is <1>your to-do list</1> for today:</0>",
"createIdentity": "Create your self-sovereign identity",
"claimId": "Claim national ID",
"claimId": "Claim your national ID",
"registerCompany": "Register Company"
},
"introShowMobile": {
Expand Down Expand Up @@ -244,7 +244,7 @@
},
"confirmation": {
"confirmation": "Company Registered Successfully",
"success": "Your private limited company has been successfully registered. Scan the QR code with your wallet app to store your company credential.",
"success": "Your private limited company has been successfully registered.",
"nextStep": "Next, Review the results"
},
"incorporatedCompanies": {
Expand Down
5 changes: 2 additions & 3 deletions web/src/pages/Company/Confirmation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,12 @@ const Confirmation: React.FC = () => {
<div className='confirmation-page'>
<div className='selv-wrapper'>
<img src={selv} alt='Selv app logo' />
<h4>{t("pages.company.confirmation.title")}</h4>
<h4>{t("pages.company.confirmation.confirmation")}</h4>
</div>
<h2>{t("pages.company.confirmation.confirmation")}</h2>
<p>{t("pages.company.confirmation.success")}</p>
<Link to={nextStep}>
<Button>
{t("pages.general.confirmation.nextStep")}
{t("pages.company.confirmation.nextStep")}
</Button>
</Link>
</div>
Expand Down
2 changes: 1 addition & 1 deletion web/src/steps.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export const mainSteps: MainStep[] = [
},
{
id: "issueCredential",
title: "steps.company.processes.done",
title: "steps.company.processes.issueCredential",
},
]
},
Expand Down

0 comments on commit b4b02cf

Please sign in to comment.