Clarify language

"Word" is a bit confusing and redundant here. "Phrase" or "Mnemonic" might be better choices.
This commit is contained in:
Jonathan Zeppettini 2015-11-25 00:48:41 -05:00
commit d5284be630

View file

@ -55,7 +55,7 @@
<div >
<label for="words">
<span translate>Type the Seed Word (usually 12 words)</span>:
<span translate>Type the Seed Phrase (usually 12 words)</span>:
</label>
<textarea class="form-control" name="words" ng-model="import.words" rows="2" autocapitalize="off" spellcheck="false"></textarea>
</div>