Skip to content

Commit 8cb6a88

Browse files
committed
- Fixed search form translation
Signed-off-by: Arushad Ahmed <dash-8x@hotmail.com>
1 parent 474f56e commit 8cb6a88

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

resources/views/bootstrap-5/search-form.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<x-forms::form :action="route($route, $params)" class="search" :method="$method" :framework="$framework" :files="$files">
22
<x-forms::text
33
:name="$name"
4-
:placeholder="$placeholder ?: trans('search_form_placeholder')"
4+
:placeholder="$placeholder ?: trans('forms::search_form_placeholder')"
55
:show-label="false"
66
:framework="$framework"
77
/>

resources/views/material-admin-26/search-form.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="search__inner">
33
<x-forms::text
44
:name="$name"
5-
:placeholder="$placeholder ?: trans('search_form_placeholder')"
5+
:placeholder="$placeholder ?: trans('forms::search_form_placeholder')"
66
class="search__text"
77
:show-label="false"
88
:framework="$framework"

0 commit comments

Comments
 (0)