From dd592eb6d109ec4563f7cbcf8b75589d77fe54f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciar=C3=A1n=20Ainsworth?= Date: Mon, 27 Jul 2020 11:05:34 +0200 Subject: [PATCH] Link purpose issues --- front/src/components/Pagination.vue | 6 +++++- front/src/components/Queue.vue | 14 +++++++------- front/src/components/Sidebar.vue | 2 +- front/src/components/audio/ChannelCard.vue | 2 +- front/src/components/audio/ChannelEntryCard.vue | 2 +- front/src/components/audio/ChannelSerieCard.vue | 6 +++--- front/src/components/audio/Player.vue | 6 +++--- front/src/components/audio/album/Card.vue | 4 ++-- front/src/components/audio/artist/Card.vue | 2 +- front/src/components/audio/track/Row.vue | 4 ++-- front/src/components/audio/track/Widget.vue | 12 ++++++------ front/src/components/library/TrackDetail.vue | 2 +- front/src/components/manage/library/TagsTable.vue | 2 +- .../src/components/manage/library/UploadsTable.vue | 2 +- front/src/components/playlists/Card.vue | 2 +- front/src/components/tags/List.vue | 1 - front/src/views/content/libraries/FilesTable.vue | 2 +- 17 files changed, 37 insertions(+), 34 deletions(-) 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) }}