Commit 73d92bfa authored by sunko's avatar sunko
Browse files

fix: misspelled word

parent 9117a370
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -66,7 +66,7 @@

			<h4 class="text-danger" *ngIf="order?.isCancelled">
				{{
					'ORDER_VIEW.ORDER_PRODUCT_INFO.THE_ORDER_IS_CANCEL'
					'ORDER_VIEW.ORDER_PRODUCT_INFO.THE_ORDER_IS_CANCELED'
						| translate
				}}
			</h4>
+2 −2
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
			"ADD_PRODUCTS": "Добавете продукти",
			"REMOVE_PRODUCTS": "Премахване на продуктите",
			"CANCEL_ORDER": "Отмяна на поръчката",
			"THE_ORDER_IS_CANCEL": "Поръчката е отменена",
			"THE_ORDER_IS_CANCELED": "Поръчката е отменена",
			"THE_ORDER_IS_GIVEN_TO_CARRIER": "Поръчката се дава на превозвача.",
			"THE_ORDER_IS_DELIVERED": "Поръчката е доставена.",
			"ADD_PRODUCTS_MODAL": "Добавяне на продукти",
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
			"ADD_PRODUCTS": "Add products",
			"REMOVE_PRODUCTS": "Remove Products",
			"CANCEL_ORDER": "Cancel Order",
			"THE_ORDER_IS_CANCEL": "The order is cancel",
			"THE_ORDER_IS_CANCELED": "The order is canceled",
			"THE_ORDER_IS_GIVEN_TO_CARRIER": "The order is given to carrier.",
			"THE_ORDER_IS_DELIVERED": "The order is delivered.",
			"ADD_PRODUCTS_MODAL": "Add Products",
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
			"ADD_PRODUCTS": "Add products",
			"REMOVE_PRODUCTS": "Remove Products",
			"CANCEL_ORDER": "Cancel Order",
			"THE_ORDER_IS_CANCEL": "The order is cancel",
			"THE_ORDER_IS_CANCELED": "The order is canceled",
			"THE_ORDER_IS_GIVEN_TO_CARRIER": "The order is given to carrier.",
			"THE_ORDER_IS_DELIVERED": "The order is delivered.",
			"ADD_PRODUCTS_MODAL": "Add Products",
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
			"ADD_PRODUCTS": "Add products",
			"REMOVE_PRODUCTS": "Remove Products",
			"CANCEL_ORDER": "Cancel Order",
			"THE_ORDER_IS_CANCEL": "The order is cancel",
			"THE_ORDER_IS_CANCELED": "The order is canceled",
			"THE_ORDER_IS_GIVEN_TO_CARRIER": "The order is given to carrier.",
			"THE_ORDER_IS_DELIVERED": "The order is delivered.",
			"ADD_PRODUCTS_MODAL": "Add Products",
Loading