Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jovuit
funkwhale
Commits
1ed2be50
Commit
1ed2be50
authored
Nov 19, 2020
by
Agate
💬
Browse files
Merge branch '1287' into 'develop'
Minimal wording enhancement Closes #1287 See merge request
funkwhale/funkwhale!1234
parents
800105e2
fc95acf1
Changes
2
Hide whitespace changes
Inline
Side-by-side
front/src/components/library/Artists.vue
View file @
1ed2be50
...
...
@@ -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
,
...
...
front/src/components/library/TagsSelector.vue
View file @
1ed2be50
...
...
@@ -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
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment