[web] Fix translation key

This commit is contained in:
Alain Nussbaumer 2025-03-07 20:56:58 +01:00
parent eecc915a6a
commit 23f624aec5

View File

@ -15,7 +15,7 @@
class="button is-small is-rounded"
:to="{ name: 'music-recently-added' }"
>
{{ $t('page.music.show-more') }}
{{ $t('actions.show-more') }}
</router-link>
</template>
</content-with-heading>
@ -33,7 +33,7 @@
class="button is-small is-rounded"
:to="{ name: 'music-recently-played' }"
>
{{ $t('page.music.show-more') }}
{{ $t('actions.show-more') }}
</router-link>
</template>
</content-with-heading>