Skip to content
Snippets Groups Projects
Verified Commit b890d782 authored by Florian Azizian's avatar Florian Azizian
Browse files

FEAT #13271 TIME 0:05 wording

parent 517f42c7
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@
<input type="text" #searchCriteriaInput [formControl]="getFilterControl()"
style="margin-left:5px;width:150px !important;height: 20px;border: 1px solid #6666663d;padding: 10px;border-radius: 5px;"
placeholder="{{'lang.filterBy' | translate}}">
<mat-option *ngIf="(getFilteredCriterias() | async)?.length===0" disabled>Aucun résultat</mat-option>
<mat-option *ngIf="(getFilteredCriterias() | async)?.length===0" disabled>{{'lang.noResult' | translate}}</mat-option>
<mat-option *ngFor="let item of getFilteredCriterias() | async | sortBy : 'label'" [value]="item"
[disabled]="isCurrentCriteriaById(item.identifier)" style="padding-left: 0px;;">
<i class="fa {{item.icon}}" color="primary"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment