From c3f4ad8f8d3c1eb3a386ef79f460df1da874a534 Mon Sep 17 00:00:00 2001 From: Alyxia Sother Date: Tue, 29 Mar 2022 17:39:07 +0200 Subject: [PATCH] improvement(plugins-page) Use more i18 components --- src/pages/settings/panes/Plugins.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/pages/settings/panes/Plugins.tsx b/src/pages/settings/panes/Plugins.tsx index 32e7877e..c33e2e6c 100644 --- a/src/pages/settings/panes/Plugins.tsx +++ b/src/pages/settings/panes/Plugins.tsx @@ -88,10 +88,11 @@ function PluginCard({ plugin }: CardProps) {
@@ -104,7 +105,7 @@ export const PluginsPage = observer(() => { return (
- Warning: This feature is still in development. + {plugins.list().map((plugin) => { return ;