From e4661b20634836afe895cd86d26f6e822212e956 Mon Sep 17 00:00:00 2001 From: Neo Date: Tue, 12 Sep 2023 19:32:11 +0530 Subject: [PATCH] typo: changed customize to customise in project automation settings --- 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 07ac86460ae..50ab4f9044a 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 ad65714aa80..f6cf95f2d5e 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 b91c0339168..18239d62b4f 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