diff --git a/themes/default/account/edit.blade.php b/themes/default/account/edit.blade.php index 8896809c..ddeada9e 100644 --- a/themes/default/account/edit.blade.php +++ b/themes/default/account/edit.blade.php @@ -57,7 +57,7 @@ {{ $errors->has('name') ? $errors->first('name') : __('common.error_required_name', ['name' => '名称']) }} + role="alert">{{ $errors->has('name') ? $errors->first('name') : __('common.error_required', ['name' => __('shop/account.edit.name')]) }} {{-- @if ($errors->has('name'))@endif --}}