Files
homarr/public/locales/en/authentication/login.json
2023-08-06 14:12:39 +02:00

19 lines
393 B
JSON

{
"metaTitle": "Login",
"title": "Welcome back!",
"text": "Please enter your credentials",
"form": {
"fields": {
"username": {
"label": "Username"
},
"password": {
"label": "Password"
}
},
"buttons": {
"submit": "Sign in"
}
},
"alert": "Your credentials are incorrect or this account doesn't exist. Please try again."
}