File tree Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -40,11 +40,6 @@ public static function getNavigationGroup(): ?string
4040 return flexiblePagesTrans ('tags.navigation_group ' );
4141 }
4242
43- public static function getNavigationLabel (): string
44- {
45- return flexiblePagesTrans ('tags.tag_plural_lbl ' );
46- }
47-
4843 public static function getLabel (): ?string
4944 {
5045 return flexiblePagesTrans ('tags.tag_lbl ' );
Original file line number Diff line number Diff line change @@ -44,11 +44,6 @@ public static function getNavigationGroup(): ?string
4444 return flexiblePagesTrans ('tag_types.navigation_group ' );
4545 }
4646
47- public static function getNavigationLabel (): string
48- {
49- return flexiblePagesTrans ('tag_types.tag_type_plural_lbl ' );
50- }
51-
5247 public static function getLabel (): ?string
5348 {
5449 return flexiblePagesTrans ('tag_types.tag_type_lbl ' );
@@ -66,7 +61,7 @@ public static function getPluralModelLabel(): string
6661
6762 public static function getNavigationParentItem (): ?string
6863 {
69- return FilamentFlexibleContentBlockPages::config ()->getResources ()[FilamentFlexibleContentBlockPagesConfig::TYPE_TAG ]::getLabel ();
64+ return FilamentFlexibleContentBlockPages::config ()->getResources ()[FilamentFlexibleContentBlockPagesConfig::TYPE_TAG ]::getNavigationLabel ();
7065 }
7166
7267 public static function getNavigationSort (): ?int
You can’t perform that action at this time.
0 commit comments