Skip to content

Commit ebcc1db

Browse files
committed
Add internationalization to text for searchForm.
1 parent d9d9379 commit ebcc1db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/View/Helper/BootstrapFormHelper.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -741,8 +741,8 @@ public function searchForm($model = null, array $options = [],
741741
$options += [
742742
'id' => 'search',
743743
'label' => false,
744-
'placeholder' => 'Search... ',
745-
'button' => 'Search',
744+
'placeholder' => __('Search').'... ',
745+
'button' => __('Search'),
746746
'_input' => [],
747747
'_button' => []
748748
];

0 commit comments

Comments
 (0)