Skip to content

Commit

Permalink
Updated: desc for order parking card and added static text in en.json(h…
Browse files Browse the repository at this point in the history
  • Loading branch information
ymaheshwari1 committed Sep 1, 2023
1 parent 129ccf7 commit 669c104
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/i18n/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
"Only orders with promise date": "Only orders with promise date",
"Only orders without promise date": "Only orders without promise date",
"on PO": "on PO",
"Order parking": "Order parking",
"Ordered after": "Ordered after",
"Ordered before": " Ordered before",
"Order placed on": "Order placed on",
Expand Down Expand Up @@ -175,13 +176,15 @@
"Search time zones": "Search time zones",
"Search warehouses": "Search warehouses",
"select": "select",
"Select parking": "Select parking",
"Select date": "Select date",
"Select item": "Select item",
"Select store": "Select store",
"Selected variant not available": "Selected variant not available",
"Selected variant not available. Reseting to first variant.": "Selected variant not available. Reseting to first variant.",
"Select a new promise date for these orders. This new date will be used for allocating inventory and fulfilling these orders.": "Select a new promise date for these orders. This new date will be used for allocating inventory and fulfilling these orders.",
"Select time zone": "Select time zone",
"Select which order parkings to view and manage orders for.": "Select which order parkings to view and manage orders for.",
"Service has been scheduled": "Service has been scheduled",
"Settings": "Settings",
"Ships from date": "Ships from date",
Expand Down
2 changes: 1 addition & 1 deletion src/views/settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
</ion-card-header>

<ion-card-content>
{{ $t('Choose the parking for importing orders. After selection, the Orders and Products page will retrieve orders from the selected parking.') }}
{{ $t('Select which order parkings to view and manage orders for.') }}
</ion-card-content>

<ion-item lines="none">
Expand Down

0 comments on commit 669c104

Please sign in to comment.