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 @@
- +