Translate static texts
This commit is contained in:
@@ -256,9 +256,9 @@ const columns = leaderboardColumns.map((c) =>
|
||||
v-else-if="error"
|
||||
class="flex h-dvh w-full flex-col items-center justify-center text-center text-2xl"
|
||||
>
|
||||
<VaAlert color="danger" class="w-[90%]"
|
||||
>Answers are not revealed yet, please wait until the end!</VaAlert
|
||||
>
|
||||
<VaAlert color="danger" class="w-[90%]">{{
|
||||
t('page.common.not_revealed')
|
||||
}}</VaAlert>
|
||||
<VaAlert v-if="error.statusCode !== 403" color="danger" class="w-[90%]">{{
|
||||
error
|
||||
}}</VaAlert
|
||||
|
||||
Reference in New Issue
Block a user