Skip to content

Commit 0964e5f

Browse files
authored
updated label
1 parent cfd66dd commit 0964e5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/billing_accounts/billingaccounts.new.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
</div>
7070
<div class="row">
7171
<div class="form-group col-md-6" ng-class="{'has-error': addAccountForm.client.$touched && addAccountForm.client.$invalid}">
72-
<label for="account-description">Client</label>
72+
<label for="account-description">Client (start typing...)</label>
7373
<input type="text" ng-model="newAccount.client"
7474
uib-typeahead="client as client.name for client in getClients($viewValue)"
7575
class="form-control" required="required">
@@ -93,4 +93,4 @@
9393
</div>
9494
</div>
9595
</div>
96-
</div>
96+
</div>

0 commit comments

Comments
 (0)