Revert fixes
This commit is contained in:
parent
113070d906
commit
01bd4f7aa2
3 changed files with 3 additions and 12 deletions
|
|
@ -30,8 +30,8 @@
|
|||
</label>
|
||||
|
||||
<label for="username">
|
||||
{{importLegacy.fromCloud ? {{'Email'|translate}}: {{'Username'|translate}}}}
|
||||
<input type="text" class="form-control" placeholder="{{importLegacy.fromCloud ? {{'Email'|translate}}: {{'Username'|translate}}}}"
|
||||
{{importLegacy.fromCloud ? 'Email': 'Username'}}
|
||||
<input type="text" class="form-control" placeholder="{{importLegacy.fromCloud ? 'Email': 'Username'}}"
|
||||
name="username" ng-model="importLegacy.username" autocapitalize="off" required>
|
||||
</label>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue