Skip to content
Snippets Groups Projects
Commit 1ed2be50 authored by Agate's avatar Agate :speech_balloon:
Browse files

Merge branch '1287' into 'develop'

Minimal wording enhancement

Closes #1287

See merge request funkwhale/funkwhale!1234
parents 800105e2 fc95acf1
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ ...@@ -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 { ...@@ -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 @@ ...@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment