typo: changed customize to customise in project automation settings (#2153)

Co-authored-by: Neo <neo@Neos-MacBook-Pro.local>
This commit is contained in:
Ankush Deshmukh 2023-09-13 20:15:48 +05:30 committed by GitHub
parent 9033ceb03c
commit af73bbe718
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -77,7 +77,7 @@ export const AutoArchiveAutomation: React.FC<Props> = ({ 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
</button>
</>
</CustomSelect>

View File

@ -124,7 +124,7 @@ export const AutoCloseAutomation: React.FC<Props> = ({ 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
</button>
</>
</CustomSelect>

View File

@ -104,7 +104,7 @@ export const SelectMonthModal: React.FC<Props> = ({
as="h3"
className="text-lg font-medium leading-6 text-custom-text-100"
>
Customize Time Range
Customise Time Range
</Dialog.Title>
<div className="mt-8 flex items-center gap-2">
<div className="flex w-full flex-col gap-1 justify-center">