feat: i18n text in agent strategy selector

This commit is contained in:
AkaraChen 2025-01-07 14:03:40 +08:00
parent ff61c22f36
commit 48b88b90f5
1 changed files with 1 additions and 2 deletions

View File

@ -192,9 +192,8 @@ export const AgentStrategySelector = memo((props: AgentStrategySelectorProps) =>
indexBarClassName='top-0 xl:top-36'
/>
<div className='px-4 py-2 flex items-center border-t border-divider-subtle text-text-accent-light-mode-only bg-components-panel-bg text-xs'>
Find more in
<Link href={MARKETPLACE_URL_PREFIX} className='flex ml-1'>
Marketplace <RiArrowRightUpLine className='size-3' />
{t('plugin.findMoreInMarketplace')} <RiArrowRightUpLine className='size-3' />
</Link>
</div>
</main>