Fix minor texts for translates

This commit is contained in:
Gustavo Maximiliano Cortez 2015-04-20 18:48:42 -03:00
commit 6d9d750952
6 changed files with 9 additions and 16 deletions

View file

@ -32,7 +32,7 @@
</label>
<label for="username">
<span translate>{{importLegacy.fromCloud ? 'Email': 'Username'}}</span>
{{importLegacy.fromCloud ? 'Email': 'Username'}}
<input type="text" class="form-control" placeholder="{{importLegacy.fromCloud ? 'Email': 'Username'}}"
name="username" ng-model="importLegacy.username" required>
</label>