diff --git a/package.json b/package.json index adaab72a..dd760600 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "homepage", - "version": "1.52.0", + "version": "1.52.1", "private": true, "type": "module", "scripts": { diff --git a/src/routes/[faithLang=faithLang]/[apologetikSlug=apologetikSlug]/contra/[argId]/[[archId]]/+page.svelte b/src/routes/[faithLang=faithLang]/[apologetikSlug=apologetikSlug]/contra/[argId]/[[archId]]/+page.svelte index 87a0f650..4d6231c2 100644 --- a/src/routes/[faithLang=faithLang]/[apologetikSlug=apologetikSlug]/contra/[argId]/[[archId]]/+page.svelte +++ b/src/routes/[faithLang=faithLang]/[apologetikSlug=apologetikSlug]/contra/[argId]/[[archId]]/+page.svelte @@ -10,8 +10,8 @@ const arg = $derived(data.argument); const ARCHETYPES = $derived(data.archetypes); const alexPicks = $derived(data.alexPicks ?? []); - const alexChoiceLabel = $derived( - isLatin ? 'Alexandri electio' : isGerman ? "Alex' Wahl" : "Alex's choice" + const alexPickLabel = $derived( + isLatin ? 'Alexandri delectus' : isGerman ? "Alex' Wahl" : "Alex's pick" ); const tocLabel = $derived( @@ -138,7 +138,7 @@ {a.name} {#if isPick} - + - {alexChoiceLabel} + {alexPickLabel} {/if}