Skip to content

Commit 48b5c84

Browse files
committed
fix(user_status): adjust online status string
Signed-off-by: Maksim Sukharev <[email protected]>
1 parent 6719f5a commit 48b5c84

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

apps/user_status/src/mixins/OnlineStatusMixin.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,11 @@ export default {
3737
return t('user_status', 'Online')
3838

3939
case 'away':
40-
case 'busy':
4140
return t('user_status', 'Away')
4241

42+
case 'busy':
43+
return t('user_status', 'Busy')
44+
4345
case 'dnd':
4446
return t('user_status', 'Do not disturb')
4547

0 commit comments

Comments
 (0)