aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/accounts/import/seed.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/accounts/import/seed.js')
-rw-r--r--ui/app/accounts/import/seed.js5
1 files changed, 2 insertions, 3 deletions
diff --git a/ui/app/accounts/import/seed.js b/ui/app/accounts/import/seed.js
index b4a7c0afa..241200c6f 100644
--- a/ui/app/accounts/import/seed.js
+++ b/ui/app/accounts/import/seed.js
@@ -20,11 +20,10 @@ SeedImportSubview.prototype.render = function () {
style: {
},
}, [
- `Paste your seed phrase here!`,
+ t('pasteSeed'),
h('textarea'),
h('br'),
- h('button', 'Submit'),
+ h('button', t('submit')),
])
)
}
-