diff options
author | Sebastian <sebasjm@gmail.com> | 2023-09-27 11:15:36 -0300 |
---|---|---|
committer | Sebastian <sebasjm@gmail.com> | 2023-09-27 11:15:36 -0300 |
commit | 649d7046936f6964737028385e3cbe9ad0097c88 (patch) | |
tree | 9e7dc09642dc67b8311908f18cf773d4d999ff81 /packages/demobank-ui/src/pages/RegistrationPage.tsx | |
parent | 1e4f21cc76345f3881ea8e5ea0e94d27d26da609 (diff) |
login time
Diffstat (limited to 'packages/demobank-ui/src/pages/RegistrationPage.tsx')
-rw-r--r-- | packages/demobank-ui/src/pages/RegistrationPage.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/demobank-ui/src/pages/RegistrationPage.tsx b/packages/demobank-ui/src/pages/RegistrationPage.tsx index 2e931a144..9ac93bb34 100644 --- a/packages/demobank-ui/src/pages/RegistrationPage.tsx +++ b/packages/demobank-ui/src/pages/RegistrationPage.tsx @@ -181,7 +181,7 @@ function RegistrationForm({ onComplete, onCancel }: { onComplete: () => void, on <div class="flex min-h-full flex-col justify-center"> <div class="sm:mx-auto sm:w-full sm:max-w-sm"> - <h2 class="text-center text-2xl font-bold leading-9 tracking-tight text-gray-900">{i18n.str`Registration form`}</h2> + <h2 class="text-center text-2xl font-bold leading-9 tracking-tight text-gray-900">{i18n.str`Account registration`}</h2> </div> <div class="mt-10 sm:mx-auto sm:w-full sm:max-w-sm"> @@ -374,7 +374,7 @@ function RegistrationForm({ onComplete, onCancel }: { onComplete: () => void, on doRegistrationStep() }} > - <i18n.Translate>Confirm</i18n.Translate> + <i18n.Translate>Register</i18n.Translate> </button> </div> |