Files
ajnart 24fb17ab12 Adjust invite page
Add password strenght validation, adds background style
2023-08-26 16:07:05 +02:00

35 lines
904 B
JSON

{
"metaTitle": "Create Account",
"title": "Create Account",
"text": "Please define your credentials below",
"form": {
"fields": {
"username": {
"label": "Username"
},
"password": {
"label": "Password"
},
"passwordConfirmation": {
"label": "Confirm password"
}
},
"buttons": {
"submit": "Create account"
}
},
"notifications": {
"loading": {
"title": "Creating account",
"text": "Please wait"
},
"success": {
"title": "Account created",
"text": "Your account has been created successfully"
},
"error": {
"title": "Error",
"text": "Something went wrong, got the following error: {{error}}"
}
}
}