Skip to content

Commit

Permalink
Merge pull request #3348 from thematters/fix/translation
Browse files Browse the repository at this point in the history
fix: fix translations
  • Loading branch information
robertu7 authored Apr 13, 2023
2 parents 4fa9462 + 9b049f7 commit 969a9bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/common/enums/text.ts
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ export const TEXT = {
hintPaymentPassword: '输入六位数字交易密码',
hintPaymentPointer: '钱包地址以“$”开头',
hintTerm: '我们的用户协议和隐私政策发生了更改,请阅读并同意后继续使用。',
hintUserName: '4-15 个字符,仅支持英文小寫字母、数字或下划线',
hintUserName: '4-15 个字符,仅支持英文小写字母、数字或下划线',
hintVerificationCode: '验证码有效期 20 分钟',
history: '足迹',
hkd: '港币',
Expand Down
2 changes: 1 addition & 1 deletion src/components/Dialogs/FingerprintDialog/Content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ const FingerprintDialogContent = ({
) : (
<Translate
zh_hant="ISCN 寫入未成功"
zh_hans="ISCN 寫入未成功"
zh_hans="ISCN 写入未成功"
en="ISCN is failed to register on LikeCoin chain"
/>
)
Expand Down

1 comment on commit 969a9bb

@vercel
Copy link

@vercel vercel bot commented on 969a9bb Apr 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.