Update translations

This commit is contained in:
dragongoose
2023-07-20 14:05:29 -04:00
parent adcbfcb1be
commit 120a42b0aa
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">