From ef70adcba2ac11487758d2a24f35e077a5eff02a Mon Sep 17 00:00:00 2001 From: Dingkun Yang Date: Tue, 30 Jan 2024 09:29:26 -0500 Subject: [PATCH] fix typo --- src/utils/const.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/const.ts b/src/utils/const.ts index 6b6eb1c9e57..f9a20d24a27 100644 --- a/src/utils/const.ts +++ b/src/utils/const.ts @@ -49,7 +49,7 @@ const CHINESE_INFO_MESSAGE = (yearLength: number, year: string): string => { }; const ENGLISH_INFO_MESSAGE = (yearLength: number, year: string): string => `Running Journey with ${yearLength} Years, the table shows year ${year} data. - \n Once at a time. \n Time will tell.`; + \n One at a time. \n Time will tell.`; // not support English for now const CHINESE_LOCATION_INFO_MESSAGE_FIRST =