OSDN Git Service

fixed a typo
authorZhiting Lin <zlin035@uottawa.ca>
Tue, 31 Jul 2018 10:47:17 +0000 (18:47 +0800)
committerZhiting Lin <zlin035@uottawa.ca>
Tue, 31 Jul 2018 10:47:17 +0000 (18:47 +0800)
src/features/backup/components/Backup.jsx

index facc797..85babb5 100644 (file)
@@ -111,7 +111,7 @@ class Backup extends React.Component {
                     <p>
                       {
                         lang === 'zh' ?
-                        '这个选项将从文件中恢复钱包数据。 如果你的钱包余额显示不正确,请点扫描钱包的按钮。' :
+                        '这个选项将从文件中恢复钱包数据。 如果你的钱包余额显示不正确,请点扫描钱包的按钮。' :
                         'This option will restore the wallet data form files. You might need to rescan your wallet, if you balance is not up to date'
                       }
                     </p>