diff --git a/application/admin/command/Crud/stubs/mixins/recyclebinjs.stub b/application/admin/command/Crud/stubs/mixins/recyclebinjs.stub index 458a19dd..180b7194 100644 --- a/application/admin/command/Crud/stubs/mixins/recyclebinjs.stub +++ b/application/admin/command/Crud/stubs/mixins/recyclebinjs.stub @@ -27,7 +27,7 @@ }, { field: 'operate', - width: '130px', + width: '140px', title: __('Operate'), table: table, events: Table.api.events.operate, diff --git a/application/index/lang/zh-cn/user.php b/application/index/lang/zh-cn/user.php index c189b3de..26d1efd7 100755 --- a/application/index/lang/zh-cn/user.php +++ b/application/index/lang/zh-cn/user.php @@ -60,6 +60,8 @@ return [ 'Logged in successful' => '登录成功', 'Logout successful' => '退出成功', 'User center already closed' => '会员中心已经关闭', + 'Don\'t have an account? Sign up' => '还没有账号?点击注册', + 'Already have an account? Sign in' => '已经有账号?点击登录', 'Operation failed' => '操作失败', 'Invalid parameters' => '参数不正确', 'Change password failure' => '修改密码失败', diff --git a/application/index/view/layout/default.html b/application/index/view/layout/default.html index 63aa7b1c..93f67612 100644 --- a/application/index/view/layout/default.html +++ b/application/index/view/layout/default.html @@ -28,7 +28,7 @@ {$user.nickname} {else /} - {:__('User center')} + {:__('Member center')} {/if}