chore: update i18n & setting window

This commit is contained in:
Yi
2024-11-14 11:19:39 +08:00
parent 300cd675c6
commit 028fc00be6
4 changed files with 4 additions and 1 deletions

View File

@ -68,7 +68,7 @@ export const PluginPageContextProvider = ({
{ value: 'plugins', text: t('common.menus.plugins') },
...(
enable_marketplace
? [{ value: 'discover', text: 'Explore Marketplace' }]
? [{ value: 'discover', text: t('common.menus.exploreMarketplace') }]
: []
),
]