Improve a11y

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2303>
This commit is contained in:
Ciarán Ainsworth 2022-12-28 18:37:37 +00:00
parent d55176b213
commit b04e087ca6
1 changed files with 2 additions and 2 deletions

View File

@ -122,7 +122,7 @@ const remove = async () => {
<h1 class="ui header"> <h1 class="ui header">
{{ track.title }} {{ track.title }}
</h1> </h1>
<h2 class="ui header"> <span class="ui header">
<i18n-t <i18n-t
v-if="track.attributed_to" v-if="track.attributed_to"
keypath="components.library.TrackBase.subtitle.with-uploader" keypath="components.library.TrackBase.subtitle.with-uploader"
@ -151,7 +151,7 @@ const remove = async () => {
{{ momentFormat(new Date(track.creation_date), 'LL') }} {{ momentFormat(new Date(track.creation_date), 'LL') }}
</time> </time>
</i18n-t> </i18n-t>
</h2> </span>
</div> </div>
<div class="eight wide right aligned column button-group"> <div class="eight wide right aligned column button-group">
<play-button <play-button