fix string

This commit is contained in:
Abhinav 2022-06-02 18:26:46 +05:30
parent c060cbaafc
commit a0a7c57a5c

View file

@ -420,7 +420,7 @@ const englishConstants = {
} }
}, },
PHOTO_COUNT: (count: number) => PHOTO_COUNT: (count: number) =>
`${count === 1 ? `1 Photo` : `${count} Photo`}`, `${count === 1 ? `1 Photo` : `${count} Photos`}`,
TERMS_AND_CONDITIONS: () => ( TERMS_AND_CONDITIONS: () => (
<Typography variant="body2"> <Typography variant="body2">
I agree to the{' '} I agree to the{' '}