language problem fixed for French

This commit is contained in:
Burak Civan 2022-06-02 16:39:34 +03:00
parent 4f87e09674
commit 203497a3f9
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@
</x-slot>
<x-slot name="body">
<x-form.group.select name="landing_page" label="{{ trans('auth.landing_page') }}" :options="$landing_pages" selected="dashboard" />
<x-form.group.select name="landing_page" label="{!! trans('auth.landing_page') !!}" :options="$landing_pages" selected="dashboard" />
<x-form.group.locale />
</x-slot>

View File

@ -60,7 +60,7 @@
</x-slot>
<x-slot name="body">
<x-form.group.select name="landing_page" label="{{ trans('auth.landing_page') }}" :options="$landing_pages" />
<x-form.group.select name="landing_page" label="{!! trans('auth.landing_page') !!}" :options="$landing_pages" />
<x-form.group.locale />
</x-slot>