mirror of
https://github.com/langgenius/dify.git
synced 2026-01-07 23:04:12 +00:00
feat: i18n text in agent strategy selector
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user