Unverified Commit 5cee2338 authored by Ruslan Konviser's avatar Ruslan Konviser Committed by GitHub
Browse files

Update order-info-modal.component.html

parent 89a5a079
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -23,14 +23,12 @@
	<div class="actions">
		<ion-button (click)="closeModal(true)" color="secondary" class="col-50">
			<span>				
				<!-- TODO add translate -->
				<span>{{ 'Confirm' | translate }}</span>
			</span>
		</ion-button>

		<ion-button (click)="closeModal()" color="success" class="col-50">
			<span>				
				<!-- TODO add translate -->
				<span>{{ 'Add More' | translate }}</span>
			</span>
		</ion-button>