Skip to content

Commit

Permalink
Changed: error message when inventory of item is not available at any…
Browse files Browse the repository at this point in the history
… nearby store
  • Loading branch information
Sandesh3003 committed Jun 21, 2024
1 parent d615e16 commit d4845bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/i18n/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"Logout": "Logout",
"mi": "mi",
"Nearby stores": "Nearby stores",
"No nearby stores found": "No nearby stores found",
"Inventory not available at any nearby store, please select alternate delivery method": "Inventory not available at any nearby store, please select alternate delivery method",
"OMS": "OMS",
"Order ID": "Order ID",
"Order cancelled successfully": "Order cancelled successfully",
Expand Down
2 changes: 1 addition & 1 deletion src/views/PickupLocationModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</ion-radio-group>
</ion-list>
<ion-item v-else lines="none" class="ion-text-center">
<ion-label>{{ $t("No nearby stores found") }}</ion-label>
<ion-label>{{ $t("Inventory not available at any nearby store, please select alternate delivery method") }}</ion-label>
</ion-item>
<!-- Only show select button if there are stores to select from -->
<div v-if="nearbyStores.length" class="ion-text-center">
Expand Down

0 comments on commit d4845bb

Please sign in to comment.