feat: Split System Info and System Settings pages

This commit is contained in:
NGPixel
2017-06-24 16:26:33 -04:00
committed by Nicolas Giard
parent 919afb46e2
commit f37cbac332
6 changed files with 61 additions and 40 deletions

View File

@@ -39,6 +39,9 @@
"flushsessionstext": "All users will be logged out and forced to login again. Your current session will also be affected!",
"flushsessionsbtn": "Flush Sessions"
},
"system": {
"subtitle": "Information on Wiki.js and troubleshooting tools"
},
"users": {
"createauthorize": "Create / Authorize User",
"subtitle": "Manage users and access rights",

View File

@@ -33,6 +33,7 @@
"settings": "Settings",
"source": "Source",
"stats": "Stats",
"sysinfo": "System Info",
"syssettings": "System Settings",
"theme": "Color Theme",
"users": "Users",
@@ -47,4 +48,4 @@
"source": "Loading source...",
"editor": "Loading editor..."
}
}
}