2
0
mirror of https://github.com/VinylDNS/vinyldns synced 2025-08-22 10:10:12 +00:00

Change input text hint for "add group member". (#997)

This commit is contained in:
Yves Bos 2020-10-05 14:16:36 +02:00 committed by GitHub
parent c56a9cad38
commit ea8dd82c01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@
<div class="col-md-8">
<div class="form-group">
<div class="input-group">
<input type="text" ng-model="newMemberData.login" name="newMemberLogin" class="form-control" placeholder="NT User Name" required/>
<input type="text" ng-model="newMemberData.login" name="newMemberLogin" class="form-control" placeholder="User Name" required/>
</div>
</div>
<div class="form-group" style="padding-left: 10px;">