0
Fork 0
mirror of https://codeberg.org/SafeTwitch/safetwitch.git synced 2025-01-24 13:18:50 -05:00

Update translations

This commit is contained in:
dragongoose 2023-07-20 14:05:29 -04:00
parent adcbfcb1be
commit 120a42b0aa
No known key found for this signature in database
GPG key ID: 01397EEC371CDAA5
2 changed files with 3 additions and 3 deletions

View file

@ -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