mirror of
https://github.com/owntone/owntone-server.git
synced 2025-04-15 16:48:22 -04:00
[web] Fix translation key
This commit is contained in:
parent
eecc915a6a
commit
23f624aec5
@ -15,7 +15,7 @@
|
|||||||
class="button is-small is-rounded"
|
class="button is-small is-rounded"
|
||||||
:to="{ name: 'music-recently-added' }"
|
:to="{ name: 'music-recently-added' }"
|
||||||
>
|
>
|
||||||
{{ $t('page.music.show-more') }}
|
{{ $t('actions.show-more') }}
|
||||||
</router-link>
|
</router-link>
|
||||||
</template>
|
</template>
|
||||||
</content-with-heading>
|
</content-with-heading>
|
||||||
@ -33,7 +33,7 @@
|
|||||||
class="button is-small is-rounded"
|
class="button is-small is-rounded"
|
||||||
:to="{ name: 'music-recently-played' }"
|
:to="{ name: 'music-recently-played' }"
|
||||||
>
|
>
|
||||||
{{ $t('page.music.show-more') }}
|
{{ $t('actions.show-more') }}
|
||||||
</router-link>
|
</router-link>
|
||||||
</template>
|
</template>
|
||||||
</content-with-heading>
|
</content-with-heading>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user