зеркало из https://github.com/nextcloud/spreed.git
Add count as a placeholder to the title for RTL languages
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Родитель
a73fbfac5f
Коммит
f0c8f2ff23
|
@ -214,7 +214,7 @@ export default {
|
|||
|
||||
participantsText() {
|
||||
const participants = this.$store.getters.participantsList(this.token)
|
||||
return t('spreed', 'Participants') + ' (' + participants.length + ')'
|
||||
return t('spreed', 'Participants ({count})', { count: participants.length })
|
||||
},
|
||||
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче