From 0b381f4877b83bbe2dc39c584065ef59ee71c316 Mon Sep 17 00:00:00 2001 From: Shikha Mishra Date: Sun, 1 Aug 2021 17:42:45 +0530 Subject: [PATCH] Fixed translation for graphql message --- InventoryInStorePickupGraphQl/i18n/en_US.csv | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/InventoryInStorePickupGraphQl/i18n/en_US.csv b/InventoryInStorePickupGraphQl/i18n/en_US.csv index 3f3c67bccccb..91b5101568d3 100644 --- a/InventoryInStorePickupGraphQl/i18n/en_US.csv +++ b/InventoryInStorePickupGraphQl/i18n/en_US.csv @@ -1,5 +1,5 @@ "PickupLocation type not defined in schema.","PickupLocation type not defined in schema." "Region or city or postcode must be specified for the filter by distance.","Region or city or postcode must be specified for the filter by distance." -"currentPage value must be greater than 0.","current_page value must be greater than 0." -"pageSize value must be greater than 0.","page_size value must be greater than 0." -"currentPage value %1 specified is greater than the %2 page(s) available.","current_page value %1 specified is greater than the %2 page(s) available." +"currentPage value must be greater than 0.","currentPage value must be greater than 0." +"pageSize value must be greater than 0.","pageSize value must be greater than 0." +"currentPage value %1 specified is greater than the %2 page(s) available.","currentPage value %1 specified is greater than the %2 page(s) available."