0
0
Fork 0
mirror of https://github.com/VueTubeApp/VueTube synced 2025-01-03 14:11:08 +00:00

fix: subscribers label

This commit is contained in:
Nikita Krupin 2022-12-26 23:46:27 -05:00
parent 3487c21e63
commit fe0ac1beac

View file

@ -165,7 +165,7 @@
:class="
$vuetify.theme.dark ? 'text--lighten-4' : 'text--darken-4'
"
v-text="video.channelSubs"
v-text="video.channelSubs + ' subscribers'"
/>
</div>
</div>