UI: Fix translate
This commit is contained in:
		
							parent
							
								
									03efbe3f7d
								
							
						
					
					
						commit
						19f41c0f79
					
				@ -66,7 +66,7 @@
 | 
			
		||||
                  <div class="tb-hint" translate>notification.at-least-one-should-be-selected</div>
 | 
			
		||||
                </div>
 | 
			
		||||
                <button
 | 
			
		||||
                  matTooltip="Refresh allow delivery method"
 | 
			
		||||
                  matTooltip="{{ 'notification.refresh-allow-delivery-method' | translate }}"
 | 
			
		||||
                  matTooltipPosition="above"
 | 
			
		||||
                  (click)="refreshAllowDeliveryMethod()"
 | 
			
		||||
                  *ngIf="showRefresh"
 | 
			
		||||
 | 
			
		||||
@ -2909,6 +2909,7 @@
 | 
			
		||||
        "recipients": "Recipients",
 | 
			
		||||
        "recipients-count": "{ count, plural, =1 {1 recipient} other {# recipients} }",
 | 
			
		||||
        "recipients-required": "Recipients are required",
 | 
			
		||||
        "refresh-allow-delivery-method": "Refresh allow delivery method",
 | 
			
		||||
        "request-search": "Request search",
 | 
			
		||||
        "request-status": {
 | 
			
		||||
            "processing": "Processing",
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user