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
39d1deb5f2
commit
d17edd7792
1 changed files with 5 additions and 3 deletions
|
@ -197,7 +197,9 @@
|
||||||
class="btn mb-2"
|
class="btn mb-2"
|
||||||
@click="toggleComments"
|
@click="toggleComments"
|
||||||
v-text="
|
v-text="
|
||||||
`${$t(showComments ? 'actions.minimize_comments' : 'actions.show_comments')} (${numberFormat(
|
comments?.disabled
|
||||||
|
? $t('actions.comments_disabled')
|
||||||
|
: `${$t(showComments ? 'actions.minimize_comments' : 'actions.show_comments')} (${numberFormat(
|
||||||
comments?.commentCount,
|
comments?.commentCount,
|
||||||
)})`
|
)})`
|
||||||
"
|
"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue