fix translation

This commit is contained in:
Sai Karthik 2022-06-21 12:40:21 +05:30
parent 00aa83b802
commit 18385ec775
No known key found for this signature in database
GPG key ID: F5B9A961BF6EAF0E

View file

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