Revert fixes

This commit is contained in:
dabura667 2015-06-06 00:17:54 +09:00
commit 01bd4f7aa2
3 changed files with 3 additions and 12 deletions

View file

@ -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>