Adding missing space.
This commit is contained in:
		
							parent
							
								
									c80532b420
								
							
						
					
					
						commit
						1a996e1640
					
				@ -73,7 +73,7 @@
 | 
			
		||||
    <br>
 | 
			
		||||
 | 
			
		||||
    <h2>
 | 
			
		||||
      <ng-template [ngIf]="transactions?.length" i18n="asset.M_of_N">{{ (transactions?.length | number) || '?' }} of {{ txCount | number }}</ng-template>
 | 
			
		||||
      <ng-template [ngIf]="transactions?.length" i18n="asset.M_of_N">{{ (transactions?.length | number) || '?' }} of {{ txCount | number }} </ng-template>
 | 
			
		||||
      <ng-template [ngIf]="isNativeAsset" [ngIfElse]="defaultAsset" i18n="Liquid native asset transactions title">Peg In/Out and Burn Transactions</ng-template>
 | 
			
		||||
      <ng-template #defaultAsset i18n="Default asset transactions title">Issuance and Burn Transactions</ng-template>
 | 
			
		||||
    </h2>
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user