diff --git a/front/src/components/audio/Search.vue b/front/src/components/audio/Search.vue index dd250ca09..7c3c540ca 100644 --- a/front/src/components/audio/Search.vue +++ b/front/src/components/audio/Search.vue @@ -1,6 +1,6 @@ @@ -62,7 +62,7 @@ export default { computed: { labels () { return { - searchPlaceholder: this.$gettext('Artist, album, track…') + searchPlaceholder: this.$pgettext('*/Search/Input.Placeholder', 'Artist, album, track…') } } },