From c9e0b57ebb0113e003ad28c943aef422f5b50e14 Mon Sep 17 00:00:00 2001 From: k2maan Date: Wed, 8 Feb 2023 17:07:34 +0530 Subject: [PATCH] Updated: UI fro packing slip card on settings page (#85zrmkrmq) --- src/locales/en.json | 4 +++- src/views/Settings.vue | 11 ++++++----- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index 342da3330..72f8b7c79 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -20,6 +20,7 @@ "Facility": "Facility", "Failed to load packing slip": "Failed to load packing slip", "First name": "First name", + "Generate packing slips": "Generate packing slips", "Go to OMS": "Go to OMS", "Handover": "Handover", "Inactive store": "Inactive store", @@ -52,7 +53,8 @@ "Orders Not Found": "Orders Not Found", "Other stores": "Other stores", "Packed": "Packed", - "Packing slip": "Packing slip", + "Packing Slip": "Packing Slip", + "Packing slips help customer reconcile their order against the delivered items.": "Packing slips help customer reconcile their order against the delivered items.", "Password": "Password", "pending approval": "pending approval", "Products not found": "Products not found", diff --git a/src/views/Settings.vue b/src/views/Settings.vue index 40a571a16..5dfc4f1bd 100644 --- a/src/views/Settings.vue +++ b/src/views/Settings.vue @@ -78,15 +78,16 @@ - - {{ $t("Packing slip") }} - - {{ $t("Packing slip") }} + {{ $t("Packing Slip") }} + + {{ $t('Packing slips help customer reconcile their order against the delivered items.') }} + - + {{ $t("Generate packing slips") }} +