From 7d19392d625dd88ffe9654b89f160366a071494b Mon Sep 17 00:00:00 2001 From: Jo Vuit Date: Mon, 11 Feb 2019 16:35:31 +0100 Subject: [PATCH] Added context strings --- front/src/components/audio/Search.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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…') } } },