Commit d587898a authored by YavorGrancharov's avatar YavorGrancharov
Browse files

fix: language translation in mobile shop

parent d9db789b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@
				[(ngModel)]="searchName"
				mode="ios"
				color="light"
				placeholder="Merchant name"
				placeholder="{{'MERCHANTS_VIEW.NAME' | translate}}"
				animated
				debounce="1000"
				(ionChange)="searchChange($event)"
+1 −1
Original line number Diff line number Diff line
@@ -206,7 +206,7 @@
		]
	},
	"MERCHANTS_VIEW": {
		"CLOSE_TO_YOU": "MERCHANTS CLOSE TO YOU",
		"CLOSE_TO_YOU": "Merchants close to you",
		"NAME": "Merchant name",
		"WITH_NAME": "Merchants with name"
	},
+1 −1
Original line number Diff line number Diff line
@@ -213,7 +213,7 @@
		]
	},
	"MERCHANTS_VIEW": {
		"CLOSE_TO_YOU": "MERCHANTS CLOSE TO YOU",
		"CLOSE_TO_YOU": "Comerciantes cerca de ti",
		"NAME": "Nombre del Comercio",
		"WITH_NAME": "Comercios"
	},