diff --git a/resources/lang/en/common.php b/resources/lang/en/common.php index f4c97824..4e004a3a 100644 --- a/resources/lang/en/common.php +++ b/resources/lang/en/common.php @@ -33,6 +33,7 @@ return [ 'delete' => 'Delete', 'sign_out' => 'Sign Out', 'contact_us' => 'Contact us', + 'input' => 'Type your search here', 'order' => [ 'unpaid' => 'Unpaid', diff --git a/resources/lang/zh_cn/common.php b/resources/lang/zh_cn/common.php index 91382d58..c417a620 100644 --- a/resources/lang/zh_cn/common.php +++ b/resources/lang/zh_cn/common.php @@ -32,6 +32,7 @@ return [ 'delete' => '删除', 'sign_out' => '退出登录', 'contact_us' => '联系我们', + 'input' => '在此处输入您的搜索', 'order' => [ 'unpaid' => '待支付', diff --git a/themes/default/layout/header.blade.php b/themes/default/layout/header.blade.php index 9a767f4b..96ed0d86 100644 --- a/themes/default/layout/header.blade.php +++ b/themes/default/layout/header.blade.php @@ -182,7 +182,7 @@
+ placeholder="{{ __('common.input') }}" aria-label="Type your search here" aria-describedby="button-addon2">