Skip to content

Commit

Permalink
add placeholder label
Browse files Browse the repository at this point in the history
  • Loading branch information
kbeyro committed Jan 31, 2024
1 parent 2fa2bfd commit 90ccc1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ <h3>{{ 'DOMAINS.LIST.GROUP' | translate }}</h3>
<div class="nmaas-modal-body" style="height: 300px">
<div style="height: 100px">
<p>{{'DOMAINS.GROUP.ADD_INFO' | translate}} {{domainGroup.name}}</p>
<input pInputText name="searchTexUser" id="searchTextUser" placeholder="Search by user email" type="text" (keyup)="searchUsers($event.target.value)">
<input pInputText name="searchTexUser" id="searchTextUser" placeholder="{{'USERS.SEARCH' | translate}}" type="text" (keyup)="searchUsers($event.target.value)">
</div>
<table class="table table-hover table-condensed" aria-describedby="Users found by mail">
<thead>
Expand Down

0 comments on commit 90ccc1e

Please sign in to comment.