From fc95acf15aaf9b8ec2f6ca5b54ac5dff8fc56b1c Mon Sep 17 00:00:00 2001 From: jovuit Date: Thu, 19 Nov 2020 13:43:53 +0100 Subject: [PATCH] Minimal wording enhancement --- front/src/components/library/Artists.vue | 4 ++-- front/src/components/library/TagsSelector.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/front/src/components/library/Artists.vue b/front/src/components/library/Artists.vue index 4bd826655..915ed50e1 100644 --- a/front/src/components/library/Artists.vue +++ b/front/src/components/library/Artists.vue @@ -8,7 +8,7 @@
@@ -138,7 +138,7 @@ export default { }, computed: { labels() { - let searchPlaceholder = this.$pgettext('Content/Search/Input.Placeholder', "Enter artist name…") + let searchPlaceholder = this.$pgettext('Content/Search/Input.Placeholder', "Search…") let title = this.$pgettext('*/*/*/Noun', "Artists") return { searchPlaceholder, diff --git a/front/src/components/library/TagsSelector.vue b/front/src/components/library/TagsSelector.vue index e9db22605..2084daceb 100644 --- a/front/src/components/library/TagsSelector.vue +++ b/front/src/components/library/TagsSelector.vue @@ -4,7 +4,7 @@
- Search for tags… + Search…