mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
add translation for webfront
discord link has been genericized to social link
This commit is contained in:
@ -83,12 +83,12 @@ namespace WebfrontCore.Controllers
|
||||
new InputInfo()
|
||||
{
|
||||
Name = "clientId",
|
||||
Label = "Client ID"
|
||||
Label = Localization["WEBFRONT_ACTION_LABEL_ID"]
|
||||
},
|
||||
new InputInfo()
|
||||
{
|
||||
Name = "Password",
|
||||
Label ="Password",
|
||||
Label = Localization["WEBFRONT_ACTION_LABEL_PASSWORD"],
|
||||
Type = "password",
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user