From 6689e796a7d4931871efae2c7ed1005334d16590 Mon Sep 17 00:00:00 2001 From: Lance Pioch Date: Thu, 11 Apr 2024 00:45:26 -0400 Subject: [PATCH] Better description --- app/Filament/Resources/NodeResource/Pages/CreateNode.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Filament/Resources/NodeResource/Pages/CreateNode.php b/app/Filament/Resources/NodeResource/Pages/CreateNode.php index 8772942e4..181d69895 100644 --- a/app/Filament/Resources/NodeResource/Pages/CreateNode.php +++ b/app/Filament/Resources/NodeResource/Pages/CreateNode.php @@ -16,7 +16,7 @@ class CreateNode extends CreateRecord protected static bool $canCreateAnother = false; - protected ?string $subheading = '(a machine that runs Wings to connect back to this Panel)'; + protected ?string $subheading = 'which is a machine that runs your Servers'; public function form(Forms\Form $form): Forms\Form {