Skip to content

Commit

Permalink
chore(verification): unify translations
Browse files Browse the repository at this point in the history
  • Loading branch information
robertu7 committed Oct 15, 2020
1 parent 3f7114a commit 118c2bf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/connectors/notificationService/mail/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,23 @@ export const trans = {
verificationCode: {
register: i18n({
zh_hant: 'Matters | 註冊驗證',
zh_hans: 'Matters | 注册驗證',
zh_hans: 'Matters | 注册验证',
}),
email_reset: i18n({
zh_hant: 'Matters | 修改電子信箱驗證',
zh_hans: 'Matters | 修改电子邮箱驗證',
zh_hans: 'Matters | 修改邮箱验证',
}),
email_reset_confirm: i18n({
zh_hant: 'Matters | 修改電子信箱驗證',
zh_hans: 'Matters | 修改电子邮箱驗證',
zh_hans: 'Matters | 修改邮箱验证',
}),
password_reset: i18n({
zh_hant: 'Matters | 修改密碼驗證',
zh_hans: 'Matters | 修改密碼驗證',
zh_hans: 'Matters | 修改密码验证',
}),
payment_password_reset: i18n({
zh_hant: 'Matters | 修改交易密碼驗證',
zh_hans: 'Matters | 修改交易密碼驗證',
zh_hans: 'Matters | 修改交易密码验证',
}),
},
registerSuccess: i18n({
Expand Down

0 comments on commit 118c2bf

Please sign in to comment.