mirror of
https://github.com/lkddi/Xboard.git
synced 2026-05-18 05:37:29 +08:00
fix(admin): correct language pack errors in admin panel
This commit is contained in:
Vendored
+4
-4
@@ -443,8 +443,8 @@ window.XBOARD_TRANSLATIONS['en-US'] = {
|
||||
},
|
||||
"expire": {
|
||||
"label": "Limit Duration",
|
||||
"placeholder": "Enter limit duration in hours",
|
||||
"description": "Duration of the registration limit in hours"
|
||||
"placeholder": "Enter limit duration in minutes",
|
||||
"description": "Duration of the registration limit in minutes"
|
||||
}
|
||||
},
|
||||
"passwordLimit": {
|
||||
@@ -459,8 +459,8 @@ window.XBOARD_TRANSLATIONS['en-US'] = {
|
||||
},
|
||||
"expire": {
|
||||
"label": "Lock Duration",
|
||||
"placeholder": "Enter lock duration in hours",
|
||||
"description": "Duration of the account lock in hours"
|
||||
"placeholder": "Enter lock duration in minutes",
|
||||
"description": "Duration of the account lock in minutes"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user