{list.map((item, index) => (
@@ -80,6 +92,18 @@ const List = ({
onAction={() => { }}
/>
))}
+
+
+
+
+
{t('plugin.searchInMarketplace')}
+
+
+
>
)
diff --git a/web/i18n/en-US/plugin.ts b/web/i18n/en-US/plugin.ts
index a5429c2a1e..dc615d3a94 100644
--- a/web/i18n/en-US/plugin.ts
+++ b/web/i18n/en-US/plugin.ts
@@ -1,6 +1,7 @@
const translation = {
from: 'From',
findMoreInMarketplace: 'Find more in Marketplace',
+ searchInMarketplace: 'Search in Marketplace',
fromMarketplace: 'From Marketplace',
endpointsEnabled: '{{num}} sets of endpoints enabled',
detailPanel: {