Skip to content
Snippets Groups Projects
Commit fc95acf1 authored by jovuit's avatar jovuit
Browse files

Minimal wording enhancement

parent c71e2a31
No related branches found
No related tags found
No related merge requests found
Pipeline #12667 passed with stages
in 5 minutes and 11 seconds
......@@ -8,7 +8,7 @@
<div class="fields">
<div class="field">
<label for="artist-search">
<translate translate-context="Content/Search/Input.Label/Noun">Search</translate>
<translate translate-context="Content/Search/Input.Label/Noun">Artist name</translate>
</label>
<div class="ui action input">
<input id="artist-search" type="text" name="search" v-model="query" :placeholder="labels.searchPlaceholder"/>
......@@ -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,
......
......@@ -4,7 +4,7 @@
<i class="dropdown icon"></i>
<input id="tags-search" type="text" class="search">
<div class="default text">
<translate translate-context="*/Dropdown/Placeholder/Verb">Search for tags</translate>
<translate translate-context="*/Dropdown/Placeholder/Verb">Search…</translate>
</div>
</div>
</template>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment