1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00

Correct duplicate string

This commit is contained in:
xmflsct
2022-08-14 22:54:54 +02:00
parent c125382965
commit d02e45a72c
2 changed files with 2 additions and 5 deletions

View File

@ -277,7 +277,7 @@ const ParseHTML = React.memo(
color: colors.primaryDefault,
marginRight: StyleConstants.Spacing.S
}}
children={t(`HTML.expanded.${expanded.toString()}`, {
children={t('HTML.expanded', {
hint: expandHint,
totalLines:
numberOfLines > 1 && typeof totalLines === 'number'