Skip to content

Commit f7d8ef4

Browse files
committed
Fix translations
1 parent 134b07b commit f7d8ef4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

resources/lang/en/filament-flexible-content-block-pages.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
],
5050
'tags' => [
5151
'navigation_group' => 'Tags',
52-
'tag_type_plural_lbl' => 'Tags',
53-
'tag_type_lbl' => 'Tag',
52+
'tag_plural_lbl' => 'Tags',
53+
'tag_lbl' => 'Tag',
5454
],
5555
];

resources/lang/nl/filament-flexible-content-block-pages.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
],
5050
'tags' => [
5151
'navigation_group' => 'Tags',
52-
'tag_type_plural_lbl' => 'Tags',
53-
'tag_type_lbl' => 'Tag',
52+
'tag_plural_lbl' => 'Tags',
53+
'tag_lbl' => 'Tag',
5454
],
5555
];

0 commit comments

Comments
 (0)