mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-06-02 22:46:59 +00:00
Fix bad i18n key
This commit is contained in:
parent
1eab69ddf6
commit
b1c5d22855
@ -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',
|
||||||
})}
|
})}
|
||||||
|
@ -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',
|
||||||
})}
|
})}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user