Skip to content

Commit

Permalink
feat: 错误提示修改
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaojingjing committed Apr 16, 2024
1 parent 7aeca11 commit 02055ac
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/guard-core-v4/src/Invitation/Error/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ export const GuardInviteExpireView = () => {
<GuardErrorView
error={{
name: 'invite_expire',
message:
i18n.t('common.inviteExpire') +
'</br>' +
i18n.t('common.inviteExpireMsg')
message: '当前邀请链接已失效,请联系相关管理员为你重新发起邀请。'
}}
/>
)
Expand Down

0 comments on commit 02055ac

Please sign in to comment.