mirror of
https://github.com/mmjee/Piped-Material.git
synced 2024-12-06 19:26:36 +01:00
Use expandable numbers in the subscriber text
This commit is contained in:
@@ -93,9 +93,7 @@
|
||||
{{ video.uploader }}
|
||||
<br />
|
||||
<span class="text-subtitle-1">
|
||||
{{
|
||||
$tc('counts.subscribers', video.uploaderSubscriberCount, { formatted: $store.getters['i18n/fmtFullNumber'](video.uploaderSubscriberCount) })
|
||||
}}
|
||||
<ExpandableNumber :num="video.uploaderSubscriberCount" message-key="counts.subscribers" />
|
||||
</span>
|
||||
</a>
|
||||
<div class="ml-4">
|
||||
|
||||
Reference in New Issue
Block a user