Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Philipp Wolfer
funkwhale
Commits
83fde07a
Commit
83fde07a
authored
Sep 02, 2020
by
Agate
💬
Browse files
Fix #1216: missing button title
parent
597c4475
Changes
1
Hide whitespace changes
Inline
Side-by-side
front/src/components/audio/Player.vue
View file @
83fde07a
...
...
@@ -670,7 +670,7 @@ export default {
},
labels
()
{
let
audioPlayer
=
this
.
$pgettext
(
'
Sidebar/Player/Hidden text
'
,
"
Media player
"
)
let
previous
Track
=
this
.
$pgettext
(
'
Sidebar/Player/Icon.Tooltip
'
,
"
Previous track
"
)
let
previous
=
this
.
$pgettext
(
'
Sidebar/Player/Icon.Tooltip
'
,
"
Previous track
"
)
let
play
=
this
.
$pgettext
(
'
Sidebar/Player/Icon.Tooltip/Verb
'
,
"
Play track
"
)
let
pause
=
this
.
$pgettext
(
'
Sidebar/Player/Icon.Tooltip/Verb
'
,
"
Pause track
"
)
let
next
=
this
.
$pgettext
(
'
Sidebar/Player/Icon.Tooltip
'
,
"
Next track
"
)
...
...
@@ -691,7 +691,7 @@ export default {
let
addArtistContentFilter
=
this
.
$pgettext
(
'
Sidebar/Player/Icon.Tooltip/Verb
'
,
'
Hide content from this artist…
'
)
return
{
audioPlayer
,
previous
Track
,
previous
,
play
,
pause
,
next
,
...
...
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