1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00
This commit is contained in:
xmflsct
2022-10-30 14:49:37 +01:00
parent a8cd620cbb
commit 10e22f9d4a
2 changed files with 4 additions and 4 deletions

View File

@ -272,9 +272,9 @@ const ParseHTML = React.memo(
}}
children={t('HTML.expanded', {
hint: expandHint,
totalLines:
moreLines:
numberOfLines > 1 && typeof totalLines === 'number'
? t('HTML.totalLines', { count: totalLines })
? t('HTML.moreLines', { count: totalLines - numberOfLines })
: ''
})}
/>