fix autocapitalize on import wallet seed backup

This commit is contained in:
Javier 2015-11-13 12:36:16 -03:00
commit 50c4d8592d

View file

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