Translate default wallet name
This commit is contained in:
parent
68a9184230
commit
eedcc018b5
4 changed files with 9 additions and 9 deletions
|
|
@ -30,8 +30,10 @@
|
|||
</label>
|
||||
|
||||
<label for="username">
|
||||
{{importLegacy.fromCloud ? 'Email': 'Username'}}
|
||||
<input type="text" class="form-control" placeholder="{{importLegacy.fromCloud ? 'Email': 'Username'}}"
|
||||
<span ng-show="importLegacy.fromCloud" translate>Email</span>
|
||||
<span ng-show="!importLegacy.fromCloud" translate>Username</span>
|
||||
<input type="text" class="form-control"
|
||||
placeholder="{{importLegacy.fromCloud ? ('Email'|translate): ('Username'|translate)}}"
|
||||
name="username" ng-model="importLegacy.username" autocapitalize="off" required>
|
||||
</label>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue