From 2dc7774b03f6e80bb1a78ecdd3c145b5433aefc3 Mon Sep 17 00:00:00 2001 From: Duncan McClean Date: Tue, 13 Feb 2024 11:13:25 +0000 Subject: [PATCH] adjust field label --- src/Http/Controllers/CP/Collections/CollectionsController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Http/Controllers/CP/Collections/CollectionsController.php b/src/Http/Controllers/CP/Collections/CollectionsController.php index cbd0b9bfdc..a62a58410c 100644 --- a/src/Http/Controllers/CP/Collections/CollectionsController.php +++ b/src/Http/Controllers/CP/Collections/CollectionsController.php @@ -291,7 +291,7 @@ protected function createLinkBlueprint($namespace) ['handle' => 'redirect', 'field' => [ 'type' => 'group', 'required' => true, 'width' => '100', 'fields' => [ - ['handle' => 'url', 'field' => ['type' => 'link', 'required' => true, 'width' => '100']], + ['handle' => 'url', 'field' => ['type' => 'link', 'required' => true, 'width' => '100', 'display' => __('URL')]], ['handle' => 'status', 'field' => ['type' => 'radio', 'inline' => 'true', 'required' => true, 'options' => [301 => __('301 (Permanent)'), 302 => __('302 (Temporary)')], 'width' => '100', 'display' => __('Redirect HTTP Status')]], ], ],