From b63c3a66cae6606acb8ea33d7d527bdea0ad1fd4 Mon Sep 17 00:00:00 2001 From: Afri Schoedon <5chdn@users.noreply.github.com> Date: Mon, 16 Oct 2017 10:08:36 +0200 Subject: [PATCH] Fix sign data typo, ref #6737 (#6750) --- js/src/i18n/_default/signer.js | 2 +- js/src/i18n/zh-Hant-TW/signer.js | 2 +- js/src/i18n/zh/signer.js | 2 +- js/src/views/Signer/components/SignRequest/signRequest.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/js/src/i18n/_default/signer.js b/js/src/i18n/_default/signer.js index 6ba8fde46..8dde08037 100644 --- a/js/src/i18n/_default/signer.js +++ b/js/src/i18n/_default/signer.js @@ -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: { diff --git a/js/src/i18n/zh-Hant-TW/signer.js b/js/src/i18n/zh-Hant-TW/signer.js index df816d734..82544a54a 100644 --- a/js/src/i18n/zh-Hant-TW/signer.js +++ b/js/src/i18n/zh-Hant-TW/signer.js @@ -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: { diff --git a/js/src/i18n/zh/signer.js b/js/src/i18n/zh/signer.js index ab3b99e53..ea61eca31 100644 --- a/js/src/i18n/zh/signer.js +++ b/js/src/i18n/zh/signer.js @@ -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: { diff --git a/js/src/views/Signer/components/SignRequest/signRequest.js b/js/src/views/Signer/components/SignRequest/signRequest.js index f4f4d27d1..bad7e55dd 100644 --- a/js/src/views/Signer/components/SignRequest/signRequest.js +++ b/js/src/views/Signer/components/SignRequest/signRequest.js @@ -219,7 +219,7 @@ class SignRequest extends Component {