use subs to prevent wrap in most cases

This commit is contained in:
vrifox 2023-07-19 12:17:27 +02:00 committed by Shiny Nematoda
parent 1329b270a5
commit 54e8f2b245

View file

@ -24,7 +24,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 }}</h4> <h4>{{ name.replace('subscribers', t('artist.subs')) }}</h4>
<i>{{ author }}</i> <i>{{ author }}</i>
</div> </div>
</div> </div>