fix(translations): correct misspelled translate directives
This commit is contained in:
parent
d3ab966ae7
commit
04672a779d
3 changed files with 4 additions and 4 deletions
|
|
@ -14,7 +14,7 @@
|
|||
<form name="aliasForm" ng-submit="save(aliasForm)" novalidate>
|
||||
<div class="list settings-input-group">
|
||||
<label class="item item-input item-stacked-label">
|
||||
<span class="input-label" transalate>Name</span>
|
||||
<span class="input-label" translate>Name</span>
|
||||
<input type="text" id="alias" name="alias" ng-model="alias.value" placeholder="Personal Wallet" required>
|
||||
</label>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue