mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
Merge pull request #56711 from nextcloud/fix/noid/user-status-busy
fix(user_status): adjust online status string
This commit is contained in:
commit
f4753cc0c4
3 changed files with 6 additions and 4 deletions
|
|
@ -37,9 +37,11 @@ export default {
|
|||
return t('user_status', 'Online')
|
||||
|
||||
case 'away':
|
||||
case 'busy':
|
||||
return t('user_status', 'Away')
|
||||
|
||||
case 'busy':
|
||||
return t('user_status', 'Busy')
|
||||
|
||||
case 'dnd':
|
||||
return t('user_status', 'Do not disturb')
|
||||
|
||||
|
|
|
|||
4
dist/user_status-menu.js
vendored
4
dist/user_status-menu.js
vendored
File diff suppressed because one or more lines are too long
2
dist/user_status-menu.js.map
vendored
2
dist/user_status-menu.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue