mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 19:42:10 +02:00
Various spelling
This commit is contained in:
parent
8c578fa9f5
commit
5a40981e53
26 changed files with 71 additions and 71 deletions
|
@ -15,7 +15,7 @@
|
|||
</select>
|
||||
</div>
|
||||
<div class="field">
|
||||
<label><translate>Ordering direction</translate></label>
|
||||
<label><translate>Order</translate></label>
|
||||
<select class="ui dropdown" v-model="orderingDirection">
|
||||
<option value="+"><translate>Ascending</translate></option>
|
||||
<option value="-"><translate>Descending</translate></option>
|
||||
|
@ -173,7 +173,7 @@ export default {
|
|||
computed: {
|
||||
labels () {
|
||||
return {
|
||||
searchPlaceholder: this.$gettext('Search by title, artist, domain...')
|
||||
searchPlaceholder: this.$gettext('Search by title, artist, domain…')
|
||||
}
|
||||
},
|
||||
actionFilters () {
|
||||
|
|
|
@ -150,7 +150,7 @@ export default {
|
|||
computed: {
|
||||
labels () {
|
||||
return {
|
||||
searchPlaceholder: this.$gettext('Search by username, email, code...')
|
||||
searchPlaceholder: this.$gettext('Search by username, e-mail address, code…')
|
||||
}
|
||||
},
|
||||
actionFilters () {
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
</select>
|
||||
</div>
|
||||
<div class="field">
|
||||
<label><translate>Ordering direction</translate></label>
|
||||
<label><translate>Order</translate></label>
|
||||
<select class="ui dropdown" v-model="orderingDirection">
|
||||
<option value="+"><translate>Ascending</translate></option>
|
||||
<option value="-"><translate>Descending</translate></option>
|
||||
|
@ -160,7 +160,7 @@ export default {
|
|||
computed: {
|
||||
labels () {
|
||||
return {
|
||||
searchPlaceholder: this.$gettext('Search by username, email, name...')
|
||||
searchPlaceholder: this.$gettext('Search by username, e-mail address, name…')
|
||||
}
|
||||
},
|
||||
privacyLevels () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue