Skip to content

Commit 6d62335

Browse files
committed
UserStatusScreen: Add "Busy" option
Fixes: #5255
1 parent ed6e6e1 commit 6d62335

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/user-statuses/UserStatusScreen.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ type StatusSuggestion = [
3434
];
3535

3636
const statusSuggestions: $ReadOnlyArray<StatusSuggestion> = [
37+
['working_on_it', 'Busy'],
3738
['calendar', 'In a meeting'],
3839
['bus', 'Commuting'],
3940
['sick', 'Out sick'],

static/translations/messages_en.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@
274274
"Couldn’t load information about {fullName}": "Couldn’t load information about {fullName}",
275275
"What’s your status?": "What’s your status?",
276276
"Click to join video call": "Click to join video call",
277+
"Busy": "Busy",
277278
"In a meeting": "In a meeting",
278279
"Commuting": "Commuting",
279280
"Out sick": "Out sick",

0 commit comments

Comments
 (0)