From 5a40981e5367e32df2bfa29def1cedc8bafd2610 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Allan=20Nordh=C3=B8y?= Date: Fri, 11 Jan 2019 15:54:32 +0100 Subject: [PATCH] Various spelling --- front/src/components/audio/Search.vue | 6 +++--- front/src/components/audio/SearchBar.vue | 2 +- front/src/components/favorites/List.vue | 4 ++-- front/src/components/library/Artists.vue | 2 +- front/src/components/library/FileUpload.vue | 10 +++++----- front/src/components/library/Radios.vue | 4 ++-- .../components/manage/library/FilesTable.vue | 4 ++-- .../manage/users/InvitationsTable.vue | 2 +- .../components/manage/users/UsersTable.vue | 4 ++-- front/src/components/metadata/Search.vue | 2 +- front/src/components/playlists/Editor.vue | 2 +- .../playlists/TrackPlaylistIcon.vue | 4 ++-- front/src/components/radios/Card.vue | 2 +- front/src/views/Notifications.vue | 4 ++-- front/src/views/auth/EmailConfirm.vue | 14 ++++++------- front/src/views/content/Home.vue | 6 +++--- front/src/views/content/libraries/Detail.vue | 6 +++--- .../views/content/libraries/FilesTable.vue | 12 +++++------ front/src/views/content/libraries/Form.vue | 8 ++++---- front/src/views/content/libraries/Home.vue | 4 ++-- front/src/views/content/libraries/Quota.vue | 8 ++++---- front/src/views/content/libraries/Upload.vue | 2 +- front/src/views/content/remote/Card.vue | 20 +++++++++---------- front/src/views/content/remote/ScanForm.vue | 4 ++-- front/src/views/playlists/Detail.vue | 2 +- front/src/views/playlists/List.vue | 4 ++-- 26 files changed, 71 insertions(+), 71 deletions(-) diff --git a/front/src/components/audio/Search.vue b/front/src/components/audio/Search.vue index e21a569bd..dd250ca09 100644 --- a/front/src/components/audio/Search.vue +++ b/front/src/components/audio/Search.vue @@ -14,7 +14,7 @@ -

Sorry, we did not found any artist matching your query

+

No artist matched your query

@@ -62,7 +62,7 @@ export default { computed: { labels () { return { - searchPlaceholder: this.$gettext('Artist, album, track...') + searchPlaceholder: this.$gettext('Artist, album, track…') } } }, diff --git a/front/src/components/audio/SearchBar.vue b/front/src/components/audio/SearchBar.vue index 024a36906..25a3b1823 100644 --- a/front/src/components/audio/SearchBar.vue +++ b/front/src/components/audio/SearchBar.vue @@ -17,7 +17,7 @@ export default { computed: { labels () { return { - placeholder: this.$gettext('Search for artists, albums, tracks...') + placeholder: this.$gettext('Search for artists, albums, tracks…') } } }, diff --git a/front/src/components/favorites/List.vue b/front/src/components/favorites/List.vue index d3f8fce44..0c7a5158d 100644 --- a/front/src/components/favorites/List.vue +++ b/front/src/components/favorites/List.vue @@ -3,7 +3,7 @@
- Loading your favorites... + Loading your favorites…

@@ -29,7 +29,7 @@
- +