We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22b599c commit 8b3ae49Copy full SHA for 8b3ae49
src/helpers.php
@@ -4,7 +4,7 @@
4
5
function flexiblePagesTrans(string $translationKey, array $replace = [], ?string $locale = null): string
6
{
7
- return trans("filament-flexible-content-block-pages.$translationKey", $replace, $locale);
+ return trans("filament-flexible-content-block-pages::filament-flexible-content-block-pages.$translationKey", $replace, $locale);
8
}
9
10
function flexiblePagesSetting(string $settingField, ?string $locale = null, $default = null): string|bool|null
0 commit comments