made wallet name required
This commit is contained in:
parent
d6b3122359
commit
02b3a2dfbe
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@
|
||||||
<div class="panel">
|
<div class="panel">
|
||||||
<label><span translate>Wallet name</span>
|
<label><span translate>Wallet name</span>
|
||||||
<div class="input">
|
<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>
|
<i class="icon-wallet"></i>
|
||||||
</div>
|
</div>
|
||||||
</label>
|
</label>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue