From 55babc6c0fc8d943ef8573e300322234e2346802 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eike=20Ha=C3=9F?= Date: Fri, 26 Jul 2024 09:59:30 +0200 Subject: [PATCH] great success wording --- web/public/locales/en/translation.json | 8 ++++---- web/src/pages/GreatSuccess.tsx | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/web/public/locales/en/translation.json b/web/public/locales/en/translation.json index 775494f..d235b4b 100644 --- a/web/public/locales/en/translation.json +++ b/web/public/locales/en/translation.json @@ -155,7 +155,6 @@ "greatSuccess": "Great Success!", "signedInDID": "You Signed in With DID", "receivedNewCredentials": "Received New Credentials", - "reusedSelvCredentials": "Re-used Selv Credentials", "messages": { "waiting": "Waiting for Selv App...", "connectionError": "Connection Error. Please Try Again!", @@ -192,9 +191,10 @@ "onceDownloaded": "Once you’ve chosen and setup a wallet, click the button below." }, "greatSuccess": { - "signedInDIDText": "You managed to sign into a website you never signed up for. Account creation has been skipped saving you time and effort. The company house is also not burdened with saving your password.", - "receivedNewCredentialsText": "You became the owner of a company. From this point onwards, you would be able to prove your directorship position online, allowing you to act on behalf of the company. Overtime you can grow your Selv profile by gathering such credentials from trusted third parties.", - "reusedSelvCredentialsText": "By controlling your personal data, you shared verifiable data without having to type it into a form. You can use these same credentials in other processes. Imagine never having to type in your name, address, email etc..." + "signedInDIDText": "You managed to sign into a website you never signed up for. At no point in the process you had to share your email address or a password with an arbitrary website.", + "receivedNewCredentialsText": "You became the owner of a company. From this point onwards, you would be able to prove your directorship position online, allowing you to act on behalf of the company. Overtime you can grow your Digital Identity profile by gathering further credentials from trusted third parties.", + "reusableCredentials": "Reusable Credentials", + "reusableCredentialsText": "By controlling your personal data, you shared verifiable data without having to manually type it into a form. You can reuse the same credentials in other processesand save your precious time for the really important things in life." }, "thankYou": { "thanksForTryingSelv": "Thanks for Trying Selv!", diff --git a/web/src/pages/GreatSuccess.tsx b/web/src/pages/GreatSuccess.tsx index c3e5af3..dda44ba 100644 --- a/web/src/pages/GreatSuccess.tsx +++ b/web/src/pages/GreatSuccess.tsx @@ -64,9 +64,9 @@ const GreatSuccess: React.FC = () => {
-

{t("general.reusedSelvCredentials")}

+

{t("pages.demo.greatSuccess.reusableCredentials")}

-

{t("pages.demo.greatSuccess.reusedSelvCredentialsText")}

+

{t("pages.demo.greatSuccess.reusableCredentialsText")}