Fix i18n bugs

This commit is contained in:
2025-08-30 16:36:39 +02:00
parent 7948fed103
commit c2c52dbe45
7 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -145,7 +145,7 @@ async function submit() {
<ClickableImage
v-if="answer.picture?.url"
:src="answer.picture.url"
:title="`${tKey(quest, 'title')} ${answer.team.name}`"
:title="`${tKey(quest, 'title').value} ${answer.team.name}`"
class="h-48"
/>
<h3 v-if="quest.textSolution">Solution:</h3>