Skip to content

Commit

Permalink
Merge pull request #215 from Dhiraj1405/New-description-for-track-pic…
Browse files Browse the repository at this point in the history
…ker-setting

Fixed: Changed the assigning picker setting's description on the Settings page.
  • Loading branch information
adityasharma7 committed Mar 28, 2023
2 parents 632a683 + 5748b96 commit 99c5534
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
"Colors": "Colors",
"Completed": "Completed",
"Configuration updated": "Configuration updated",
"Configure Picker": "Configure Picker",
"Configuration to assign picker to orders.": "Configuration to assign picker to orders.",
"Confirm": "Confirm",
"Copied": "Copied { text }",
"Copy": "Copy",
Expand All @@ -27,6 +25,7 @@
"Delivery method": "Delivery method",
"Dismiss": "Dismiss",
"eCom Store": "eCom Store",
"Enable tracking": "Enable tracking",
"Facility": "Facility",
"Failed to load packing slip": "Failed to load packing slip",
"Failed to update configuration": "Failed to update configuration",
Expand Down Expand Up @@ -117,6 +116,8 @@
"Selected variant not available": "Selected variant not available",
"This order cannot be split. If you cannot fulfill any item, will be sent an email with alternate fulfillment options and this order will be removed from your dashboard.": "This order cannot be split. If you cannot fulfill any item, { customerName } will be sent an email with alternate fulfillment options and this order will be removed from your dashboard.",
"This order will be rejected from this store with the selected reason and shipped to the address that has been inputed.Please make sure the address you have entered is correct.": "This order will be rejected from this store with the selected reason and shipped to the address that has been inputed. { space } Please make sure the address you have entered is correct.",
"Track Pickers": "Track Pickers",
"Track who picked orders by entering picker IDs when packing an order.": "Track who picked orders by entering picker IDs when packing an order.",
"Unfillable Items": "Unfillable Items",
"Update Order": "Update Order",
"Update time zone": "Update time zone",
Expand All @@ -127,4 +128,4 @@
"View shipping orders along with pickup orders.": "View shipping orders along with pickup orders.",
"You do not have permission to access this page": "You do not have permission to access this page",
"Zipcode": "Zipcode"
}
}
6 changes: 3 additions & 3 deletions src/views/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -176,14 +176,14 @@
<ion-card>
<ion-card-header>
<ion-card-title>
{{ $t("Configure Picker") }}
{{ $t("Track Pickers") }}
</ion-card-title>
</ion-card-header>
<ion-card-content>
{{ $t('Configuration to assign picker to orders.') }}
{{ $t('Track who picked orders by entering picker IDs when packing an order.') }}
</ion-card-content>
<ion-item lines="none">
<ion-label>{{ $t("Configure Picker") }}</ion-label>
<ion-label>{{ $t("Enable tracking") }}</ion-label>
<ion-toggle :checked="configurePicker" @ionChange="setConfigurePickerPreference($event)" slot="end" />
</ion-item>
</ion-card>
Expand Down

0 comments on commit 99c5534

Please sign in to comment.