From d636dc4a3570765d1d59bc865239a699a7eb51aa Mon Sep 17 00:00:00 2001 From: Kevin Ullyott Date: Thu, 4 Jan 2024 20:18:13 -0500 Subject: [PATCH] Remove API reference Signed-off-by: Kevin Ullyott --- .../Resources/SystemUserResource/Pages/ListSystemUsers.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Filament/Resources/SystemUserResource/Pages/ListSystemUsers.php b/app/Filament/Resources/SystemUserResource/Pages/ListSystemUsers.php index 3078c02f09..472c811b61 100644 --- a/app/Filament/Resources/SystemUserResource/Pages/ListSystemUsers.php +++ b/app/Filament/Resources/SystemUserResource/Pages/ListSystemUsers.php @@ -50,7 +50,7 @@ class ListSystemUsers extends ListRecords { protected static string $resource = SystemUserResource::class; - protected ?string $heading = 'Programmatic (API) Users'; + protected ?string $heading = 'Programmatic Users'; public function table(Table $table): Table {