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…