Skip to content

Commit

Permalink
Added aria-label attribute.
Browse files Browse the repository at this point in the history
  • Loading branch information
imolorhe committed Mar 17, 2018
1 parent 0aa94cc commit cd15cc5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ <h3 class="modal-title">

<div class="app-dialog-section">
<label>{{ 'SETTINGS_ADD_QUERY_DEPTH_LIMIT_TEXT' | translate }} <small>(Recommended: 3)</small></label>
<input type="number" class="dialog-input" [value]="settings?.addQueryDepthLimit" (change)="onChangeAddQueryDepthLimit($event.target.value)" />
<input aria-label="{{ 'SETTINGS_ADD_QUERY_DEPTH_LIMIT_TEXT' | translate }}" type="number" class="dialog-input" [value]="settings?.addQueryDepthLimit" (change)="onChangeAddQueryDepthLimit($event.target.value)" />
</div>
</div>
</div>
Expand Down

0 comments on commit cd15cc5

Please sign in to comment.