Merge pull request #3456 from tanojaja/fix/autocapitalize

fix autocapitalize on import wallet seed backup
This commit is contained in:
Matias Alejo Garcia 2015-11-13 12:44:08 -03:00
commit 6a12828eae
1 changed files with 1 additions and 1 deletions

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">