diff --git a/front/src/components/Pagination.vue b/front/src/components/Pagination.vue index f87c84e93..6333d9f57 100644 --- a/front/src/components/Pagination.vue +++ b/front/src/components/Pagination.vue @@ -2,6 +2,7 @@ @@ -36,7 +38,9 @@ export default { computed: { labels() { return { - pagination: this.$pgettext('Content/*/Hidden text/Noun', "Pagination") + pagination: this.$pgettext('Content/*/Hidden text/Noun', "Pagination"), + previousPage: this.$pgettext('Content/*/Link', "Previous Page"), + nextPage: this.$pgettext('Content/*/Link', "Next Page") } }, pages: function() { diff --git a/front/src/components/Queue.vue b/front/src/components/Queue.vue index 0813291af..2383f3a53 100644 --- a/front/src/components/Queue.vue +++ b/front/src/components/Queue.vue @@ -10,14 +10,14 @@

-
- - {{ currentTrack.title | truncate(35) }} +
+ + {{ currentTrack.title }} -
- - {{ currentTrack.artist.name | truncate(35) }}