Skip to content

Commit

Permalink
Merge pull request #2848 from thematters/fix/copy
Browse files Browse the repository at this point in the history
fix(copy): fix line break
  • Loading branch information
robertu7 authored Oct 20, 2022
2 parents 213930b + 98894fd commit 91c9416
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions src/components/Forms/PaymentForm/Processing/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -260,9 +260,16 @@ const USDTProcessingForm: React.FC<Props> = ({
<section className="hint">
<p>
<Translate
zh_hant="請在加密錢包內繼續操作,完成前請勿關閉此畫面"
zh_hans="请在加密钱包内继续操作,完成前请勿关闭此画面"
en="Continue in the wallet. Do not close the window."
zh_hant="請在加密錢包內繼續操作,"
zh_hans="请在加密钱包内继续操作,"
en="Continue in the wallet."
/>
</p>
<p>
<Translate
zh_hant="完成前請勿關閉此畫面"
zh_hans="完成前请勿关闭此画面"
en="Do not close the window."
/>
</p>
</section>
Expand Down

1 comment on commit 91c9416

@vercel
Copy link

@vercel vercel bot commented on 91c9416 Oct 20, 2022

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.