fix translation

This commit is contained in:
Sai Karthik 2022-06-21 12:40:21 +05:30 committed by Hosted Weblate
parent 8b4c34ad54
commit 51053e66d5
No known key found for this signature in database
GPG key ID: A3FAAA06E6569B4C

View file

@ -24,7 +24,7 @@
v-text="timeFormat(video.duration)"
/>
<!-- shorts thumbnail -->
<span class="thumbnail-overlay thumbnail-left" v-if="video.duration <= 60" v-t="SHORTS" />
<span class="thumbnail-overlay thumbnail-left" v-if="video.duration <= 60" v-t="'shorts'" />
<span
class="thumbnail-overlay thumbnail-right"
v-else-if="video.duration >= 60"
@ -126,6 +126,7 @@
background-color: #f40407;
font-size: 10px;
font-weight: bold;
text-transform: uppercase;
}
</style>