mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Update src/components/WatchVideo.vue
This commit is contained in:
parent
a27ecc34b8
commit
855a11ec2f
1 changed files with 1 additions and 1 deletions
|
@ -195,8 +195,8 @@
|
||||||
<div class="xl:col-span-4 sm:col-span-3">
|
<div class="xl:col-span-4 sm:col-span-3">
|
||||||
<button
|
<button
|
||||||
class="btn mb-2"
|
class="btn mb-2"
|
||||||
@click="toggleComments"
|
|
||||||
v-if="!comments.disabled"
|
v-if="!comments.disabled"
|
||||||
|
@click="toggleComments"
|
||||||
v-text="
|
v-text="
|
||||||
`${$t(showComments ? 'actions.minimize_comments' : 'actions.show_comments')} (${numberFormat(
|
`${$t(showComments ? 'actions.minimize_comments' : 'actions.show_comments')} (${numberFormat(
|
||||||
comments?.commentCount,
|
comments?.commentCount,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue