Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Yer1k committed Jan 30, 2024
1 parent 9573e2c commit ef70adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit ef70adc

Please sign in to comment.