Skip to content

Commit b21cc41

Browse files
chrisbobbegnprice
authored andcommitted
UserStatusScreen: Change title to "Set your status", from "User status"
To avoid the awkward user-facing word "user": #5665 (comment)
1 parent 37e437d commit b21cc41

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/user-statuses/UserStatusScreen.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ export default function UserStatusScreen(props: Props): Node {
143143
}, []);
144144

145145
return (
146-
<Screen title="User status">
146+
<Screen title="Set your status">
147147
<View style={styles.inputRow}>
148148
{serverSupportsEmojiStatus && (
149149
<EmojiInput

static/translations/messages_en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@
336336
"Only organization admins are allowed to post to this stream.": "Only organization admins are allowed to post to this stream.",
337337
"Set a status": "Set a status",
338338
"Connecting...": "Connecting...",
339-
"User status": "User status",
339+
"Set your status": "Set your status",
340340
"Muted": "Muted",
341341
"No topics found": "No topics found",
342342
"Share on Zulip": "Share on Zulip",

0 commit comments

Comments
 (0)