Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Fix sign data typo, ref #6737 (#6750)
Browse files Browse the repository at this point in the history
  • Loading branch information
5chdn committed Oct 16, 2017
1 parent d1c9acf commit b63c3a6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion js/src/i18n/_default/signer.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
2 changes: 1 addition & 1 deletion js/src/i18n/zh-Hant-TW/signer.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
2 changes: 1 addition & 1 deletion js/src/i18n/zh/signer.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
2 changes: 1 addition & 1 deletion js/src/views/Signer/components/SignRequest/signRequest.js
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit b63c3a6

Please sign in to comment.