Fixed the typo inn the LauncherMessageController

This commit is contained in:
Miraak 2024-10-22 19:45:50 +02:00
parent 2e685560fe
commit baa001f333

View File

@ -11,7 +11,7 @@ class LauncherMessageController extends AdminToolController
{
protected static string $name = 'Launcher Message';
protected static string $description = 'Set the Launcher message';
protected static string $description = 'Set the Launcher Message';
protected static string $iconComponent = 'icons.patch-exclamation';
protected static Permissions $neededPermission = Permissions::FILE_UPLOAD;
@ -38,4 +38,4 @@ public function saveMessage(SaveLauncherMessageRequest $request) {
return back();
}
}
}