mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Modify messages to refer to language files (#1361)
This commit is contained in:
committed by
Nick O'Leary
parent
54220d0e71
commit
d7d13c12fe
@@ -84,7 +84,7 @@ function login(req,res) {
|
||||
if (settings.adminAuth.type === "credentials") {
|
||||
response = {
|
||||
"type":"credentials",
|
||||
"prompts":[{id:"username",type:"text",label:"Username"},{id:"password",type:"password",label:"Password"}]
|
||||
"prompts":[{id:"username",type:"text",label:"user.username"},{id:"password",type:"password",label:"user.password"}]
|
||||
}
|
||||
} else if (settings.adminAuth.type === "strategy") {
|
||||
response = {
|
||||
|
Reference in New Issue
Block a user