fixed typo issue

This commit is contained in:
Mario Colque 2014-05-01 19:12:17 -03:00
parent 960b64affe
commit 850d88e458
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@
<input type="password" class="form-control" placeholder="Your wallet password" ng-model="password" autofocus>
<h6>Select a backup file</h6>
<input type="file" class="form-control" placeholder="Select a backup file" ng-model="backupFile" ng-file-select>
<h6>Or just pate the backup text here</h6>
<h6>Or just paste the backup text here</h6>
<textarea class="form-control" ng-model="backupText"></textarea>
<button class="button primary expand radius" ng-click="import()">Import backup</button>
</div>