Fix typo
This commit is contained in:
parent
805b92e919
commit
60a099f4b7
2 changed files with 2 additions and 2 deletions
|
|
@ -932,7 +932,7 @@ msgid "New Random Seed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: public/views/import.html
|
#: public/views/import.html
|
||||||
msgid "No harware wallets supported on this device"
|
msgid "No hardware wallets supported on this device"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: public/views/walletHome.html
|
#: public/views/walletHome.html
|
||||||
|
|
|
||||||
|
|
@ -177,7 +177,7 @@
|
||||||
<form name="importForm3" ng-submit="import.importHW(importForm3)" novalidate>
|
<form name="importForm3" ng-submit="import.importHW(importForm3)" novalidate>
|
||||||
<div class="large-12 columns">
|
<div class="large-12 columns">
|
||||||
<div ng-show="!import.seedOptions[0]">
|
<div ng-show="!import.seedOptions[0]">
|
||||||
<span translate>No harware wallets supported on this device</span>
|
<span translate>No hardware wallets supported on this device</span>
|
||||||
</div>
|
</div>
|
||||||
<div ng-show="import.seedOptions[0]">
|
<div ng-show="import.seedOptions[0]">
|
||||||
<div>
|
<div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue