We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed6e6e1 commit 6d62335Copy full SHA for 6d62335
src/user-statuses/UserStatusScreen.js
@@ -34,6 +34,7 @@ type StatusSuggestion = [
34
];
35
36
const statusSuggestions: $ReadOnlyArray<StatusSuggestion> = [
37
+ ['working_on_it', 'Busy'],
38
['calendar', 'In a meeting'],
39
['bus', 'Commuting'],
40
['sick', 'Out sick'],
static/translations/messages_en.json
@@ -274,6 +274,7 @@
274
"Couldn’t load information about {fullName}": "Couldn’t load information about {fullName}",
275
"What’s your status?": "What’s your status?",
276
"Click to join video call": "Click to join video call",
277
+ "Busy": "Busy",
278
"In a meeting": "In a meeting",
279
"Commuting": "Commuting",
280
"Out sick": "Out sick",
0 commit comments