mirror of
https://github.com/unraid/webgui.git
synced 2026-02-22 18:29:47 -06:00
refactor: update error message in ThemeHelper class for clarity and consistency
This commit is contained in:
@@ -24,7 +24,7 @@ class ThemeHelper {
|
||||
self::THEME_AZURE => self::COLOR_WHITE
|
||||
];
|
||||
|
||||
private const INIT_ERROR = 'Theme not initialized. Call initWithCurrentThemeSetting() first.';
|
||||
private const INIT_ERROR = 'ThemeHelper not initialized. Call initWithCurrentThemeSetting() first.';
|
||||
|
||||
private string $themeName;
|
||||
private bool $topNavTheme;
|
||||
|
||||
Reference in New Issue
Block a user