From f299316e8d03c6266395aff4ea8a08b685af87f0 Mon Sep 17 00:00:00 2001 From: Jitisha Khede Date: Sat, 21 Oct 2023 15:03:51 +0530 Subject: [PATCH 1/3] preorder/#246 --- src/i18n/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/locales/en.json b/src/i18n/locales/en.json index 712c0545..4cbb24c8 100644 --- a/src/i18n/locales/en.json +++ b/src/i18n/locales/en.json @@ -212,7 +212,7 @@ "Store": "Store", "The order count in product cards will be updated based on the filters you select.": "The order count in product cards will be updated based on the filters you select.", "The timezone you select is used to ensure automations you schedule are always accurate to the time you select.": "The timezone you select is used to ensure automations you schedule are always accurate to the time you select.", - "There are no jobs running the in the background right now.": "There are no jobs running the in the background right now.", + "There are no jobs running the in the background right now.": "There are no jobs running in the background right now.", "There are no preorders for the filters you have applied and variants you have selected.": "There are no preorders for the filters you have applied and variants you have selected.", "There are jobs already pending.": "There are { count } jobs already pending.", "There is a job already pending.": "There is a job already pending.", From 2b7338a3a0f743efca5c11c830627e7a509bc837 Mon Sep 17 00:00:00 2001 From: Jitisha Khede Date: Mon, 23 Oct 2023 09:56:23 +0530 Subject: [PATCH 2/3] updated en.json --- src/i18n/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/locales/en.json b/src/i18n/locales/en.json index 4cbb24c8..4b26359c 100644 --- a/src/i18n/locales/en.json +++ b/src/i18n/locales/en.json @@ -212,7 +212,7 @@ "Store": "Store", "The order count in product cards will be updated based on the filters you select.": "The order count in product cards will be updated based on the filters you select.", "The timezone you select is used to ensure automations you schedule are always accurate to the time you select.": "The timezone you select is used to ensure automations you schedule are always accurate to the time you select.", - "There are no jobs running the in the background right now.": "There are no jobs running in the background right now.", + "There are no jobs running in the background right now.": "There are no jobs running in the background right now.", "There are no preorders for the filters you have applied and variants you have selected.": "There are no preorders for the filters you have applied and variants you have selected.", "There are jobs already pending.": "There are { count } jobs already pending.", "There is a job already pending.": "There is a job already pending.", From a85305b140ac08d3e0e400243de268909e6c14f5 Mon Sep 17 00:00:00 2001 From: Jitisha Khede Date: Mon, 23 Oct 2023 09:57:23 +0530 Subject: [PATCH 3/3] updated background-job-modal.vue --- src/views/background-job-modal.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/background-job-modal.vue b/src/views/background-job-modal.vue index 1a3c353a..4f375184 100644 --- a/src/views/background-job-modal.vue +++ b/src/views/background-job-modal.vue @@ -14,7 +14,7 @@
-

{{ $t("There are no jobs running the in the background right now.") }}

+

{{ $t("There are no jobs running in the background right now.") }}