diff --git a/app/Filament/Pages/ManageSystemSettings.php b/app/Filament/Pages/ManageSystemSettings.php index 8ff28cb..7c2e4c4 100644 --- a/app/Filament/Pages/ManageSystemSettings.php +++ b/app/Filament/Pages/ManageSystemSettings.php @@ -14,9 +14,9 @@ class ManageSystemSettings extends Page protected static string $view = 'filament.pages.manage-system-settings'; - protected static ?string $navigationLabel = '系统设置'; + protected static ?string $navigationLabel = '系统配置'; - protected static ?string $title = '系统设置'; + protected static ?string $title = '系统配置'; protected static ?int $navigationSort = 1; diff --git a/app/Filament/Resources/SystemSettingResource.php b/app/Filament/Resources/SystemSettingResource.php index 0ebcc68..12d7a9c 100644 --- a/app/Filament/Resources/SystemSettingResource.php +++ b/app/Filament/Resources/SystemSettingResource.php @@ -16,11 +16,11 @@ class SystemSettingResource extends Resource protected static ?string $navigationIcon = 'heroicon-o-cog-6-tooth'; - protected static ?string $navigationLabel = '系统设置'; + protected static ?string $navigationLabel = '配置项管理'; - protected static ?string $modelLabel = '系统设置'; + protected static ?string $modelLabel = '系统配置项'; - protected static ?string $pluralModelLabel = '系统设置'; + protected static ?string $pluralModelLabel = '系统配置项'; protected static ?int $navigationSort = 1;