Fix sign data typo, ref #6737 (#6750)

This commit is contained in:
Afri Schoedon 2017-10-16 10:08:36 +02:00 committed by GitHub
parent d1c9acf439
commit b63c3a66ca
4 changed files with 4 additions and 4 deletions

View File

@ -69,7 +69,7 @@ export default {
hash: `Hash to be signed: {hashToSign}`
},
unknownBinary: `(Unknown binary data)`,
warning: `WARNING: This consequences of doing this may be grave. Confirm the request only if you are sure.`
warning: `WARNING: The consequences of doing this may be grave. Confirm the request only if you are sure.`
},
title: `Trusted Signer`,
txPending: {

View File

@ -58,7 +58,7 @@ export default {
},
unknownBinary: `(未知二進位制資料)`, // (Unknown binary data)
warning: `警告:此操作的結果是不可逆的。請在確認資訊後再通過請求。`
// WARNING: This consequences of doing this may be grave. Confirm the request only if you are sure.
// WARNING: The consequences of doing this may be grave. Confirm the request only if you are sure.
},
title: `可信的Signer`, // Trusted Signer
txPending: {

View File

@ -58,7 +58,7 @@ export default {
},
unknownBinary: `(未知二进制数据)`, // (Unknown binary data)
warning: `警告:此操作的结果是不可逆的。请在确认信息后再通过请求。`
// WARNING: This consequences of doing this may be grave. Confirm the request only if you are sure.
// WARNING: The consequences of doing this may be grave. Confirm the request only if you are sure.
},
title: `可信的Signer`, // Trusted Signer
txPending: {

View File

@ -219,7 +219,7 @@ class SignRequest extends Component {
<strong>
<FormattedMessage
id='signer.signRequest.warning'
defaultMessage='WARNING: This consequences of doing this may be grave. Confirm the request only if you are sure.'
defaultMessage='WARNING: The consequences of doing this may be grave. Confirm the request only if you are sure.'
/>
</strong>
</p>