Files
homarr/public/locales/en/authentication/invite.json
2023-08-01 11:43:24 +02:00

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"
}
}
}