aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/pending-typed-msg-details.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/components/pending-typed-msg-details.js')
-rw-r--r--ui/app/components/pending-typed-msg-details.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/app/components/pending-typed-msg-details.js b/ui/app/components/pending-typed-msg-details.js
index ae0a1171e..21eec3ce5 100644
--- a/ui/app/components/pending-typed-msg-details.js
+++ b/ui/app/components/pending-typed-msg-details.js
@@ -4,7 +4,7 @@ const inherits = require('util').inherits
const AccountPanel = require('./account-panel')
const TypedMessageRenderer = require('./typed-message-renderer')
-const t = require('../../i18n')
+const t = require('../../i18n-helper').getMessage
module.exports = PendingMsgDetails
@@ -46,7 +46,7 @@ PendingMsgDetails.prototype.render = function () {
height: '260px',
},
}, [
- h('label.font-small.allcaps', { style: { display: 'block' } }, t('youSign')),
+ h('label.font-small.allcaps', { style: { display: 'block' } }, t(this.props.localeMessages, 'youSign')),
h(TypedMessageRenderer, {
value: data,
style: {