Merge pull request #56714 from nextcloud/backport/56711/stable32

pull/56569/head
Maksim Sukharev 2025-11-26 13:53:41 +07:00 committed by GitHub
commit 0f4307e094
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 4 deletions

@ -35,9 +35,11 @@ export default {
return this.$t('user_status', 'Online')
case 'away':
case 'busy':
return this.$t('user_status', 'Away')
case 'busy':
return this.$t('user_status', 'Busy')
case 'dnd':
return this.$t('user_status', 'Do not disturb')

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long