20 lines
457 B
JSON
20 lines
457 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
} |