feat: create onboarding UX flow

This commit is contained in:
kasia.oczkowska
2024-07-12 14:48:15 +01:00
parent 7fba4d72b0
commit ba6b4c6854
7 changed files with 286 additions and 1 deletions

View File

@@ -124,6 +124,17 @@
"webhookUrlInfo.description": "You'll need to configure your application with this webhook URL.",
"webhookUrlInfo.helperText": "We've generated a custom webhook URL for you to send requests to. <link>Learn more about webhooks</link>.",
"webhookUrlInfo.copy": "Copy",
"installationForm.title": "Installation",
"installationForm.fullNameFieldLabel": "Full name",
"installationForm.emailFieldLabel": "Email",
"installationForm.passwordFieldLabel": "Password",
"installationForm.confirmPasswordFieldLabel": "Confirm password",
"installationForm.submit": "Install",
"installationForm.validateEmail": "Email must be valid.",
"installationForm.passwordsMustMatch": "Passwords must match.",
"installationForm.mandatoryInput": "{inputName} is required.",
"installationForm.success": "The admin account has been created, and thus, the installation has been completed. You can now log in <link>here</link>.",
"installationForm.error": "Something went wrong. Please try again.",
"signupForm.title": "Sign up",
"signupForm.fullNameFieldLabel": "Full name",
"signupForm.emailFieldLabel": "Email",