diff --git a/frontend/src/lib/play/admin/game_not_started.svelte b/frontend/src/lib/play/admin/game_not_started.svelte index fc6eff3..439f543 100644 --- a/frontend/src/lib/play/admin/game_not_started.svelte +++ b/frontend/src/lib/play/admin/game_not_started.svelte @@ -4,7 +4,7 @@ SPDX-FileCopyrightText: 2023 Marlon W (Mawoka) SPDX-License-Identifier: MPL-2.0 --> - -
+
{$t('play_page.join_description', { url: window.location.host === 'classquiz.de' @@ -50,45 +50,46 @@ SPDX-License-Identifier: MPL-2.0
{$t('play_page.join_by_entering_code')}
+{$t('play_page.join_by_entering_code')}
{$t('words.pin')}: {game_pin}
-+ {$t('words.pin')}: {game_pin} +
+| {$t('words.name')} | {$t('words.name')} -{$t('words.point', { count: 2 })} | +{$t('words.point', { count: 2 })} | {#if show_new_score_clicked} -{$t('play_page.points_added')} + | {$t('play_page.points_added')} | {/if}
|---|---|---|---|---|
| 3} class='p-2 border-r border-r-black'>{player} | -3} class='p-2'>{data[player]} | +3} class="p-2 border-r border-r-black">{player} | +3} class="p-2">{data[player]} | {#if show_new_score_clicked} 3}
- class='p-2'
+ class="p-2"
class:text-red-600={score_by_username[player] === 0 ||
score_by_username[player] === undefined}
>
@@ -130,7 +130,7 @@ SPDX-License-Identifier: MPL-2.0
{#if [QuizQuestionType.ABCD, QuizQuestionType.VOTING, QuizQuestionType.TEXT].includes(question.type)}
-
+ |