From 5958d8775ceae5ab27fb22d5482d0430d5e8b555 Mon Sep 17 00:00:00 2001 From: SimonOriginal Date: Mon, 15 Jul 2024 16:12:55 +0200 Subject: [PATCH] refac 3 --- .../workspace/common/ManifestModal.svelte | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/lib/components/workspace/common/ManifestModal.svelte b/src/lib/components/workspace/common/ManifestModal.svelte index 84b8c9ea1..1c0fbcadb 100644 --- a/src/lib/components/workspace/common/ManifestModal.svelte +++ b/src/lib/components/workspace/common/ManifestModal.svelte @@ -44,26 +44,26 @@ }} >
-
+
{$i18n.t( 'The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.' - )} + )}
-
+
{$i18n.t( 'Your entire contribution will go directly to the plugin developer; Open WebUI does not take any percentage. However, the chosen funding platform might have its own fees.' )}
-
+
- {$i18n.t('Support this plugin:')} {manifest.funding_url} + {$i18n.t('Support this plugin:')} + {manifest.funding_url}