Update:More translation strings #1103 #1166

This commit is contained in:
advplyr 2022-11-20 17:11:51 -06:00
parent a2cd755ffa
commit b37b382ea7
13 changed files with 163 additions and 45 deletions

View file

@ -102,7 +102,7 @@ export default {
return this.$store.getters['users/getIsUserOnline'](this.user.id)
},
userItems() {
var userItems = [{ value: '', text: 'All Users' }]
var userItems = [{ value: '', text: this.$strings.LabelAllUsers }]
return userItems.concat(this.users.map((u) => ({ value: u.id, text: u.username })))
},
filteredUserUsername() {