Files
homarr/public/locales/en/authentication/login.json
2023-07-28 20:45:54 +02:00

18 lines
369 B
JSON

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