From b4b02cf0bb3f652d711d640fead298e45bc831a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eike=20Ha=C3=9F?= Date: Fri, 2 Aug 2024 17:31:54 +0200 Subject: [PATCH] update translations --- web/public/locales/en/translation.json | 4 ++-- web/src/pages/Company/Confirmation.tsx | 5 ++--- web/src/steps.tsx | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/web/public/locales/en/translation.json b/web/public/locales/en/translation.json index 559fdf1..6720a80 100644 --- a/web/public/locales/en/translation.json +++ b/web/public/locales/en/translation.json @@ -177,7 +177,7 @@ "selvDemo": "Selv Demo", "hereIsTodo": "<0>Here is <1>your to-do list for today:", "createIdentity": "Create your self-sovereign identity", - "claimId": "Claim national ID", + "claimId": "Claim your national ID", "registerCompany": "Register Company" }, "introShowMobile": { @@ -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": { diff --git a/web/src/pages/Company/Confirmation.tsx b/web/src/pages/Company/Confirmation.tsx index d20fb84..2ccdb6c 100644 --- a/web/src/pages/Company/Confirmation.tsx +++ b/web/src/pages/Company/Confirmation.tsx @@ -23,13 +23,12 @@ const Confirmation: React.FC = () => {
Selv app logo -

{t("pages.company.confirmation.title")}

+

{t("pages.company.confirmation.confirmation")}

-

{t("pages.company.confirmation.confirmation")}

{t("pages.company.confirmation.success")}

diff --git a/web/src/steps.tsx b/web/src/steps.tsx index 2f3104f..7289497 100644 --- a/web/src/steps.tsx +++ b/web/src/steps.tsx @@ -109,7 +109,7 @@ export const mainSteps: MainStep[] = [ }, { id: "issueCredential", - title: "steps.company.processes.done", + title: "steps.company.processes.issueCredential", }, ] },