Merge pull request #3456 from tanojaja/fix/autocapitalize
fix autocapitalize on import wallet seed backup
This commit is contained in:
commit
6a12828eae
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@
|
||||||
<label for="words">
|
<label for="words">
|
||||||
<span translate>Type the Seed Word (usually 12 words)</span>:
|
<span translate>Type the Seed Word (usually 12 words)</span>:
|
||||||
</label>
|
</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>
|
||||||
|
|
||||||
<div class="m10t oh" ng-init="hideAdv=true">
|
<div class="m10t oh" ng-init="hideAdv=true">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue