From af73bbe7188bd31548df4a370cee89d87bb5258e Mon Sep 17 00:00:00 2001 From: Ankush Deshmukh Date: Wed, 13 Sep 2023 20:15:48 +0530 Subject: [PATCH] typo: changed customize to customise in project automation settings (#2153) Co-authored-by: Neo --- web/components/automation/auto-archive-automation.tsx | 2 +- web/components/automation/auto-close-automation.tsx | 2 +- web/components/automation/select-month-modal.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/components/automation/auto-archive-automation.tsx b/web/components/automation/auto-archive-automation.tsx index 07ac86460..50ab4f904 100644 --- a/web/components/automation/auto-archive-automation.tsx +++ b/web/components/automation/auto-archive-automation.tsx @@ -77,7 +77,7 @@ export const AutoArchiveAutomation: React.FC = ({ projectDetails, handleC className="flex w-full select-none items-center rounded px-1 py-1.5 text-custom-text-200 hover:bg-custom-background-80" onClick={() => setmonthModal(true)} > - Customize Time Range + Customise Time Range diff --git a/web/components/automation/auto-close-automation.tsx b/web/components/automation/auto-close-automation.tsx index ad65714aa..f6cf95f2d 100644 --- a/web/components/automation/auto-close-automation.tsx +++ b/web/components/automation/auto-close-automation.tsx @@ -124,7 +124,7 @@ export const AutoCloseAutomation: React.FC = ({ projectDetails, handleCha className="flex w-full select-none items-center rounded px-1 py-1.5 text-custom-text-200 hover:bg-custom-background-80" onClick={() => setmonthModal(true)} > - Customize Time Range + Customise Time Range diff --git a/web/components/automation/select-month-modal.tsx b/web/components/automation/select-month-modal.tsx index b91c03391..18239d62b 100644 --- a/web/components/automation/select-month-modal.tsx +++ b/web/components/automation/select-month-modal.tsx @@ -104,7 +104,7 @@ export const SelectMonthModal: React.FC = ({ as="h3" className="text-lg font-medium leading-6 text-custom-text-100" > - Customize Time Range + Customise Time Range