From 2e2a7fe5a7ed6886d3b53d024085b12c3c8dd9ab Mon Sep 17 00:00:00 2001 From: yggverse Date: Mon, 8 Jul 2024 19:40:18 +0300 Subject: [PATCH] fix menu item name --- src/Entity/Browser/Menu/File/Open.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Entity/Browser/Menu/File/Open.php b/src/Entity/Browser/Menu/File/Open.php index 1b83b3d8..146cf5b8 100644 --- a/src/Entity/Browser/Menu/File/Open.php +++ b/src/Entity/Browser/Menu/File/Open.php @@ -12,7 +12,7 @@ class Open public \Yggverse\Yoda\Entity\Browser\Menu\File $file; // Defaults - private string $_label = 'File'; + private string $_label = 'Open'; public function __construct( \Yggverse\Yoda\Entity\Browser\Menu\File $file