fix input types

This commit is contained in:
Javier 2016-12-19 11:13:21 -03:00
commit 2e1a3eaa40
4 changed files with 7 additions and 7 deletions

View file

@ -88,7 +88,7 @@
<label class="item item-input item-stacked-label" ng-show="join.seedSourceId == 'new' && encrypt"> <label class="item item-input item-stacked-label" ng-show="join.seedSourceId == 'new' && encrypt">
<span class="input-label" translate>Add a Password</span> <span class="input-label" translate>Add a Password</span>
<input type="text" <input type="password"
placeholder="{{'Add an optional password to secure the recovery phrase'|translate}}" placeholder="{{'Add an optional password to secure the recovery phrase'|translate}}"
autocapitalize="off" autocapitalize="off"
name="createPassphrase" name="createPassphrase"
@ -97,7 +97,7 @@
<label class="item item-input item-stacked-label" ng-show="join.seedSourceId == 'set' && encrypt"> <label class="item item-input item-stacked-label" ng-show="join.seedSourceId == 'set' && encrypt">
<span class="input-label" translate>Add a Password</span> <span class="input-label" translate>Add a Password</span>
<input type="text" <input type="password"
placeholder="{{'The recovery phrase could require a password to be imported'|translate}}" placeholder="{{'The recovery phrase could require a password to be imported'|translate}}"
autocapitalize="off" autocapitalize="off"
name="passphrase" name="passphrase"

View file

@ -57,7 +57,7 @@
<label class="item item-input item-stacked-label" ng-show="seedSource.id == 'new' && encrypt"> <label class="item item-input item-stacked-label" ng-show="seedSource.id == 'new' && encrypt">
<span class="input-label" translate>Add a Password</span> <span class="input-label" translate>Add a Password</span>
<input type="text" <input type="password"
placeholder="{{'Add an optional password to secure the recovery phrase'|translate}}" placeholder="{{'Add an optional password to secure the recovery phrase'|translate}}"
autocapitalize="off" autocapitalize="off"
ng-model="formData.createPassphrase"> ng-model="formData.createPassphrase">
@ -65,7 +65,7 @@
<label class="item item-input item-stacked-label" ng-show="seedSource.id == 'set' && encrypt"> <label class="item item-input item-stacked-label" ng-show="seedSource.id == 'set' && encrypt">
<span class="input-label" translate>Add a Password</span> <span class="input-label" translate>Add a Password</span>
<input type="text" <input type="password"
placeholder="{{'The recovery phrase could require a password to be imported'|translate}}" placeholder="{{'The recovery phrase could require a password to be imported'|translate}}"
autocapitalize="off" autocapitalize="off"
ng-model="formData.passphrase"> ng-model="formData.passphrase">

View file

@ -87,7 +87,7 @@
<label class="item item-input item-stacked-label" ng-show="seedSource.id == 'new' && encrypt"> <label class="item item-input item-stacked-label" ng-show="seedSource.id == 'new' && encrypt">
<span class="input-label" translate>Add a Password</span> <span class="input-label" translate>Add a Password</span>
<input type="text" <input type="password"
placeholder="{{'Add an optional password to secure the recovery phrase'|translate}}" placeholder="{{'Add an optional password to secure the recovery phrase'|translate}}"
autocapitalize="off" autocapitalize="off"
ng-model="formData.createPassphrase"> ng-model="formData.createPassphrase">
@ -95,7 +95,7 @@
<label class="item item-input item-stacked-label" ng-show="seedSource.id == 'set' && encrypt"> <label class="item item-input item-stacked-label" ng-show="seedSource.id == 'set' && encrypt">
<span class="input-label" translate>Add a Password</span> <span class="input-label" translate>Add a Password</span>
<input type="text" <input type="password"
placeholder="{{'The recovery phrase could require a password to be imported'|translate}}" placeholder="{{'The recovery phrase could require a password to be imported'|translate}}"
autocapitalize="off" autocapitalize="off"
ng-model="formData.passphrase"> ng-model="formData.passphrase">

View file

@ -34,7 +34,7 @@
<div ng-show="showAdv"> <div ng-show="showAdv">
<label class="item item-input item-stacked-label"> <label class="item item-input item-stacked-label">
<span class="input-label" translate>Password</span> <span class="input-label" translate>Password</span>
<input type="text" <input type="password"
placeholder="{{'The recovery phrase could require a password to be imported'|translate}}" placeholder="{{'The recovery phrase could require a password to be imported'|translate}}"
autocapitalize="off" autocapitalize="off"
ng-model="formData.passphrase"> ng-model="formData.passphrase">