diff --git a/resources/lang/en/shop/common.php b/resources/lang/en/shop/common.php index da514df7..7ad16986 100644 --- a/resources/lang/en/shop/common.php +++ b/resources/lang/en/shop/common.php @@ -10,5 +10,10 @@ */ return [ - 'home' => 'Home' + 'home' => 'Home', + 'submit' => 'submit', + 'cancel' => 'cancel', + 'confirm' => 'confirm', + 'no' => 'no', + 'yes' => 'yes', ]; diff --git a/resources/lang/zh_cn/common.php b/resources/lang/zh_cn/common.php index 2ed19c6e..24c4a6f7 100644 --- a/resources/lang/zh_cn/common.php +++ b/resources/lang/zh_cn/common.php @@ -19,6 +19,12 @@ return [ 'get_success' => '获取成功!', 'enable' => '启用', 'disable' => '禁用', + 'home' => '首页', + 'submit' => '提交', + 'cancel' => '取消', + 'confirm' => '确定', + 'no' => '否', + 'yes' => '是', ]; diff --git a/themes/default/account/edit.blade.php b/themes/default/account/edit.blade.php index 42d79ee0..8b7d78e8 100644 --- a/themes/default/account/edit.blade.php +++ b/themes/default/account/edit.blade.php @@ -69,7 +69,7 @@ {{-- @if ($errors->has('email'))@endif --}}
- +