File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ public function getTreeRecordDescription(?Model $record = null): string|HtmlStri
115115 }
116116
117117 $ description = $ this ->getMenuItemTypeDescription ($ record );
118-
118+
119119 // Add visibility indicator if hidden
120120 if (! $ record ->is_visible ) {
121121 $ hiddenText = flexiblePagesTrans ('menu_items.status.hidden ' );
@@ -129,15 +129,15 @@ public function getTreeRecordDescription(?Model $record = null): string|HtmlStri
129129 protected function getMenuItemTypeDescription (MenuItem $ record ): string
130130 {
131131 if ($ record ->linkable_type && $ record ->linkable ) {
132- return flexiblePagesTrans ('menu_items.tree.linked_to ' ) . ' ' . class_basename ($ record ->linkable_type );
132+ return flexiblePagesTrans ('menu_items.tree.linked_to ' ). ' ' . class_basename ($ record ->linkable_type );
133133 }
134134
135135 if ($ record ->url ) {
136- return flexiblePagesTrans ('menu_items.tree.external_url ' ) . ': ' . $ record ->url ;
136+ return flexiblePagesTrans ('menu_items.tree.external_url ' ). ': ' . $ record ->url ;
137137 }
138138
139139 if ($ record ->route ) {
140- return flexiblePagesTrans ('menu_items.tree.route ' ) . ': ' . $ record ->route ;
140+ return flexiblePagesTrans ('menu_items.tree.route ' ). ': ' . $ record ->route ;
141141 }
142142
143143 return flexiblePagesTrans ('menu_items.tree.no_link ' );
You can’t perform that action at this time.
0 commit comments