Fix bad i18n key

This commit is contained in:
Nicola Benaglia 2025-05-26 22:00:56 +02:00
parent 1eab69ddf6
commit b1c5d22855
2 changed files with 2 additions and 2 deletions

View File

@ -120,7 +120,7 @@ export const ImageCard = ({
fontSize: '12px', fontSize: '12px',
}} }}
> >
{t('core:message.error.created_by', { {t('core:message.generic.created_by', {
owner: decodeIfEncoded(owner), owner: decodeIfEncoded(owner),
postProcess: 'capitalizeFirstChar', postProcess: 'capitalizeFirstChar',
})} })}

View File

@ -194,7 +194,7 @@ export const PollCard = ({
fontSize: '12px', fontSize: '12px',
}} }}
> >
{t('core:message.error.created_by', { {t('core:message.generic.created_by', {
owner: poll?.info?.owner, owner: poll?.info?.owner,
postProcess: 'capitalizeFirstChar', postProcess: 'capitalizeFirstChar',
})} })}