Merge pull request #1984 from isocolsky/required_wallet_name
Make wallet name required
This commit is contained in:
commit
5490440631
1 changed files with 2 additions and 2 deletions
|
|
@ -30,9 +30,9 @@
|
|||
|
||||
|
||||
<div class="panel">
|
||||
<label><span translate>Wallet name</span>
|
||||
<label><span translate>Wallet name (*)</span>
|
||||
<div class="input">
|
||||
<input type="text" placeholder="{{'Family vacation funds'|translate}}" class="form-control" ng-model="walletName">
|
||||
<input type="text" placeholder="{{'Family vacation funds'|translate}}" class="form-control" ng-model="walletName" ng-required="{{'Please enter a name for this wallet'|translate}}">
|
||||
<i class="icon-wallet"></i>
|
||||
</div>
|
||||
</label>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue