diff --git a/web/src/app/home/plugins/components/plugin-market/PluginMarketComponent.tsx b/web/src/app/home/plugins/components/plugin-market/PluginMarketComponent.tsx index dca07ddc..0c185cdc 100644 --- a/web/src/app/home/plugins/components/plugin-market/PluginMarketComponent.tsx +++ b/web/src/app/home/plugins/components/plugin-market/PluginMarketComponent.tsx @@ -589,10 +589,17 @@ function MarketPageContent({ ) : plugins.length === 0 ? ( -
-
- {searchQuery ? t('market.noResults') : t('market.noPlugins')} -
+
+ {searchQuery ? t('market.noResults') : t('market.noPlugins')} + {' ยท '} + + {t('market.requestPlugin')} +
) : ( <>