From 2b276583c3ce03fa456bb6bb90d6b10f688e398c Mon Sep 17 00:00:00 2001 From: Sine Jespersen Date: Thu, 12 Jun 2025 14:34:26 +0200 Subject: [PATCH] change div to h1, because it is the main header in the modal --- src/lib/components/AddConnectionModal.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/components/AddConnectionModal.svelte b/src/lib/components/AddConnectionModal.svelte index 2104d8f93..e53400792 100644 --- a/src/lib/components/AddConnectionModal.svelte +++ b/src/lib/components/AddConnectionModal.svelte @@ -194,13 +194,13 @@
-
+

{#if edit} {$i18n.t('Edit Connection')} {:else} {$i18n.t('Add Connection')} {/if} -

+