mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-06-01 06:06: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',
|
||||
}}
|
||||
>
|
||||
{t('core:message.error.created_by', {
|
||||
{t('core:message.generic.created_by', {
|
||||
owner: decodeIfEncoded(owner),
|
||||
postProcess: 'capitalizeFirstChar',
|
||||
})}
|
||||
|
@ -194,7 +194,7 @@ export const PollCard = ({
|
||||
fontSize: '12px',
|
||||
}}
|
||||
>
|
||||
{t('core:message.error.created_by', {
|
||||
{t('core:message.generic.created_by', {
|
||||
owner: poll?.info?.owner,
|
||||
postProcess: 'capitalizeFirstChar',
|
||||
})}
|
||||
|
Loading…
x
Reference in New Issue
Block a user