UI: Queue autocomplete - fix not found text.

This commit is contained in:
Igor Kulikov 2022-07-11 14:49:12 +03:00
parent 7ea8c2382e
commit f8fd258567
2 changed files with 2 additions and 1 deletions

View File

@ -39,7 +39,7 @@
<mat-option *ngIf="!(filteredQueues | async)?.length" [value]="null" class="tb-not-found">
<div class="tb-not-found-content" (click)="$event.stopPropagation()">
<div *ngIf="!textIsNotEmpty(searchText); else searchNotEmpty">
<span translate>device-profile.no-device-profiles-found</span>
<span translate>queue.no-queues-found</span>
</div>
<ng-template #searchNotEmpty>
<span>

View File

@ -2923,6 +2923,7 @@
},
"queue": {
"queue-name": "Queue",
"no-queues-found": "No queues found.",
"no-queues-matching": "No queues matching '{{queue}}' were found.",
"select-name": "Select queue name",
"name": "Name",