UI: Queue autocomplete - fix not found text.
This commit is contained in:
		
							parent
							
								
									7ea8c2382e
								
							
						
					
					
						commit
						f8fd258567
					
				@ -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>
 | 
			
		||||
 | 
			
		||||
@ -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",
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user