Skip to content

Commit

Permalink
fix: checkUserEmail type 4 remove company name
Browse files Browse the repository at this point in the history
  • Loading branch information
kris-liu-smile authored and CarlLiu2023 committed Jul 28, 2023
1 parent b976e51 commit a0461f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/storefront/src/locales/en-US/users.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export default {
'intl.user.addUser.emailValidate.multipleCustomer':
'This email is used by multiple customers in your store. Please use another email.',
'intl.user.addUser.emailValidate.companyUsed':
'This email is used by a customer within another company ({companyName}).',
'This email is used by a customer within another company',
'intl.user.addUser.emailValidate.alreadyExits':
'This user already exists in this company.',
'intl.user.addUser.emailValidate.usedSuperAdmin':
Expand Down
2 changes: 1 addition & 1 deletion apps/storefront/src/locales/zh-CN/users.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export default {
'intl.user.addUser.emailValidate.multipleCustomer':
'此电子邮件由您商店中的多个客户使用。 请使用其他电子邮件。',
'intl.user.addUser.emailValidate.companyUsed':
'此电子邮件由另一家公司({companyName})内的客户使用。',
'此电子邮件由另一家公司内的客户使用。',
'intl.user.addUser.emailValidate.alreadyExits': '该用户已存在于此公司。',
'intl.user.addUser.emailValidate.usedSuperAdmin':
'此电子邮件由超级管理员使用。',
Expand Down

0 comments on commit a0461f8

Please sign in to comment.