feat: create onboarding UX flow
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user