mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 12:39:27 +02:00
Replaced dot-dot-dot with ellipsis
This commit is contained in:
parent
4b585f3ee2
commit
ed3faa6047
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ export default {
|
||||||
computed: {
|
computed: {
|
||||||
labels () {
|
labels () {
|
||||||
return {
|
return {
|
||||||
searchPlaceholder: this.$gettext('Search by domain, username, bio...')
|
searchPlaceholder: this.$gettext('Search by domain, username, bio…')
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
actionFilters () {
|
actionFilters () {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue