fix: subscribers label

This commit is contained in:
Nikita Krupin 2022-12-26 23:46:27 -05:00
parent 3487c21e63
commit fe0ac1beac
1 changed files with 1 additions and 1 deletions

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>