forked from EVOgeek/Vmeda.Online
		
	MOBILE-3833 messages: Fix offline messages label
This commit is contained in:
		
							parent
							
								
									1173e55644
								
							
						
					
					
						commit
						eac0725937
					
				| @ -76,7 +76,7 @@ | |||||||
|                     {{ message.timecreated | coreFormatDate: "strftimedayshort" }} |                     {{ message.timecreated | coreFormatDate: "strftimedayshort" }} | ||||||
|                 </h3> |                 </h3> | ||||||
| 
 | 
 | ||||||
|                 <ion-chip class="addon-messages-unreadfrom" *ngIf="unreadMessageFrom && message.id == unreadMessageFrom" color="light"> |                 <ion-chip class="addon-messages-unreadfrom" *ngIf="unreadMessageFrom > 0 && message.id == unreadMessageFrom" color="light"> | ||||||
|                     <ion-label>{{ 'addon.messages.newmessages' | translate }}</ion-label> |                     <ion-label>{{ 'addon.messages.newmessages' | translate }}</ion-label> | ||||||
|                     <ion-icon name="fas-arrow-down" aria-hidden="true"></ion-icon> |                     <ion-icon name="fas-arrow-down" aria-hidden="true"></ion-icon> | ||||||
|                 </ion-chip> |                 </ion-chip> | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user