mirror of
https://codeberg.org/SafeTwitch/safetwitch.git
synced 2025-01-24 13:18:50 -05:00
Update translations
This commit is contained in:
parent
adcbfcb1be
commit
120a42b0aa
2 changed files with 3 additions and 3 deletions
|
@ -5,10 +5,10 @@
|
|||
<template>
|
||||
<div class="bg-ctp-mantle mt-1 p-5 pt-3 rounded-lg w-full space-y-3">
|
||||
<div class="inline-flex w-full">
|
||||
<span class="pr-3 font-bold text-3xl">Videos</span>
|
||||
<span class="pr-3 font-bold text-3xl">{{ $t("streamer.videos") }}</span>
|
||||
</div>
|
||||
|
||||
<h1 v-if="!shelves && status === 'error'">Error getting videos</h1>
|
||||
<h1 v-if="!shelves && status === 'error'">{{ $t("streamer.videoerror") }}</h1>
|
||||
|
||||
<div v-else-if="shelves" class="mb-5">
|
||||
<div class="space-y-5">
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit e006498953d4b13e6de7ec001ab219da50d0e418
|
||||
Subproject commit aa85d433fada299ea3d3c256954116d559b02253
|
Loading…
Add table
Reference in a new issue