fix modal name

This commit is contained in:
2025-05-01 16:00:43 +02:00
parent 28c11dc1d1
commit fe6ad219e0

View File

@@ -7,6 +7,7 @@
create,
create_person,
edit,
managed_profiles,
relation,
save
} from '$lib/paraglide/messages';
@@ -15,7 +16,7 @@
</script>
<div class="flex items-center justify-between p-2">
<h3 class="text-lg font-bold">{relation()}</h3>
<h3 class="text-lg font-bold">{managed_profiles()}</h3>
<div class="space-x-2">
<button class="btn btn-success btn-sm" on:click={createProfile}>
{'+ ' + create_person()}