use subs to prevent wrap in most cases

This commit is contained in:
vrifox 2023-07-19 12:17:27 +02:00
parent abc35e736d
commit 0f9f3bf8fd
No known key found for this signature in database
GPG key ID: D40098E5B60B2197

View file

@ -27,7 +27,7 @@ defineEmits(['open-album']);
<img class="card-bg bg-img pop-2" :src="art" loading="lazy" alt /> <img class="card-bg bg-img pop-2" :src="art" loading="lazy" alt />
<div class="card-text"> <div class="card-text">
<h4>{{ name.replace('subscribers', t('artist.subscribers')) }}</h4> <h4>{{ name.replace('subscribers', t('artist.subs')) }}</h4>
<i>{{ author }}</i> <i>{{ author }}</i>
</div> </div>
</div> </div>