diff --git a/src/locales/en.json b/src/locales/en.json index 1d788b218..f41fe292a 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -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", @@ -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", @@ -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", @@ -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" -} \ No newline at end of file +} diff --git a/src/views/Settings.vue b/src/views/Settings.vue index 457183d7a..2e309836f 100644 --- a/src/views/Settings.vue +++ b/src/views/Settings.vue @@ -176,14 +176,14 @@ - {{ $t("Configure Picker") }} + {{ $t("Track Pickers") }} - {{ $t('Configuration to assign picker to orders.') }} + {{ $t('Track who picked orders by entering picker IDs when packing an order.') }} - {{ $t("Configure Picker") }} + {{ $t("Enable tracking") }}