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
fc95acf1
Commit
fc95acf1
authored
Nov 19, 2020
by
jovuit
Browse files
Minimal wording enhancement
parent
c71e2a31
Pipeline
#12667
passed with stages
in 5 minutes and 11 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
front/src/components/library/Artists.vue
View file @
fc95acf1
...
...
@@ -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 @
fc95acf1
...
...
@@ -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