Fix/plugin badge i18n (#14319)

This commit is contained in:
zxhlyh
2025-02-25 16:35:10 +08:00
committed by GitHub
parent b44b3866a1
commit 8c08153e33
3 changed files with 8 additions and 8 deletions

View File

@@ -73,8 +73,8 @@ const Card = ({
<div className="ml-3 w-0 grow">
<div className="flex items-center h-5">
<Title title={getLocalizedText(label)} />
{isPartner && <Partner className='w-4 h-4 ml-0.5' />}
{verified && <Verified className='w-4 h-4 ml-0.5' />}
{isPartner && <Partner className='w-4 h-4 ml-0.5' text={t('plugin.marketplace.partnerTip')} />}
{verified && <Verified className='w-4 h-4 ml-0.5' text={t('plugin.marketplace.verifiedTip')} />}
{titleLeft} {/* This can be version badge */}
</div>
<OrgInfo