mirror of
https://github.com/LD-Reborn/Berufsschule_HAM.git
synced 2025-12-20 06:51:55 +00:00
Fixed admin settings page title
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
@inject IViewLocalizer T
|
||||
@inject LdapService ldap
|
||||
@{
|
||||
ViewData["Title"] = T["Users"];
|
||||
ViewData["Title"] = T["Admin settings"];
|
||||
List<string> supportedBarcodeTypes = ["code128c", "ean13", "ean8", "upc", "itf14", "itf"];
|
||||
string userImageCacheSize = ImageHelper.ToHumanReadableSize(ImageHelper.GetImageCacheSize());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user