From 49634a4e58b0c93258f056a331f07fa8a60fc3ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Gur=C3=A1=C5=88?= Date: Tue, 29 Aug 2023 12:28:08 +0200 Subject: [PATCH] Renamed theme to Material --- includes/system.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/system.php b/includes/system.php index e21bbe0e..881f7025 100755 --- a/includes/system.php +++ b/includes/system.php @@ -191,7 +191,7 @@ function DisplaySystem(&$extraFooterScripts) $themes = [ "default" => "RaspAP (default)", "hackernews" => "HackerNews", - "material-light" => "Material (Use dark colors)" + "material-light" => "Material" ]; $themeFiles = [ "default" => "custom.php",