Skip to content

Commit 8b3ae49

Browse files
committed
fix translation function
1 parent 22b599c commit 8b3ae49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helpers.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
function flexiblePagesTrans(string $translationKey, array $replace = [], ?string $locale = null): string
66
{
7-
return trans("filament-flexible-content-block-pages.$translationKey", $replace, $locale);
7+
return trans("filament-flexible-content-block-pages::filament-flexible-content-block-pages.$translationKey", $replace, $locale);
88
}
99

1010
function flexiblePagesSetting(string $settingField, ?string $locale = null, $default = null): string|bool|null

0 commit comments

Comments
 (0)