diff --git a/frontend/src/routes/index.svelte b/frontend/src/routes/index.svelte index c8043d7..f882df5 100644 --- a/frontend/src/routes/index.svelte +++ b/frontend/src/routes/index.svelte @@ -49,7 +49,10 @@
{#await getStats() then stats} - {$t('index_page.stats', { user_count: stats.user_count, quiz_count: stats.quiz_count })} + {$t('index_page.stats', { + user_count: stats.user_count, + quiz_count: stats.quiz_count + })} {/await}
diff --git a/frontend/src/routes/overview.svelte b/frontend/src/routes/overview.svelte index a4b1777..ef207ee 100644 --- a/frontend/src/routes/overview.svelte +++ b/frontend/src/routes/overview.svelte @@ -240,8 +240,8 @@ {:else}- Looks like you don't have any quizzes. Wanna change that? Click the - "Create"-button, or import a quiz from KAHOOT! + Looks like you don't have any quizzes. Wanna change that? Click the "Create"-button, + or import a quiz from KAHOOT!
{/if}