mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 12:49:29 +02:00
Use ellipsis instead of three dots in translations
This commit is contained in:
parent
2ad0db9da9
commit
fe8448e2a4
26 changed files with 146 additions and 146 deletions
|
@ -97,7 +97,7 @@ export default {
|
|||
},
|
||||
title () {
|
||||
if (this.playable) {
|
||||
return this.$pgettext('*/Queue/Button/Title', 'More...')
|
||||
return this.$pgettext('*/Queue/Button/Title', 'More…')
|
||||
} else {
|
||||
if (this.track) {
|
||||
return this.$pgettext('*/Queue/Button/Title', 'This track is not available in any library you have access to')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue