Minimal wording enhancement
This commit is contained in:
parent
c71e2a31b4
commit
fc95acf15a
|
@ -8,7 +8,7 @@
|
||||||
<div class="fields">
|
<div class="fields">
|
||||||
<div class="field">
|
<div class="field">
|
||||||
<label for="artist-search">
|
<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>
|
</label>
|
||||||
<div class="ui action input">
|
<div class="ui action input">
|
||||||
<input id="artist-search" type="text" name="search" v-model="query" :placeholder="labels.searchPlaceholder"/>
|
<input id="artist-search" type="text" name="search" v-model="query" :placeholder="labels.searchPlaceholder"/>
|
||||||
|
@ -138,7 +138,7 @@ export default {
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
labels() {
|
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")
|
let title = this.$pgettext('*/*/*/Noun', "Artists")
|
||||||
return {
|
return {
|
||||||
searchPlaceholder,
|
searchPlaceholder,
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<i class="dropdown icon"></i>
|
<i class="dropdown icon"></i>
|
||||||
<input id="tags-search" type="text" class="search">
|
<input id="tags-search" type="text" class="search">
|
||||||
<div class="default text">
|
<div class="default text">
|
||||||
<translate translate-context="*/Dropdown/Placeholder/Verb">Search for tags…</translate>
|
<translate translate-context="*/Dropdown/Placeholder/Verb">Search…</translate>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in New Issue