Skip to content

Commit ee1ee63

Browse files
alyatimabbott
authored andcommitted
settings: Make label for warning when DMing a guest more succinct.
Also explain what the setting does in the help center.
1 parent cb6f0fd commit ee1ee63

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

help/guest-users.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,19 @@ pricing](/help/zulip-cloud-billing#temporary-users-and-guests) for guest users.
4242

4343
{end_tabs}
4444

45-
## Configure warning for direct messages to guest users
45+
## Configure warning when composing a DM to a guest
46+
47+
Zulip can display a warning to let users know when recipients for a direct
48+
message they are composing are guests in your organization. The warning will be
49+
shown as a banner in the compose box on the web and desktop apps.
4650

4751
{start_tabs}
4852

4953
{tab|desktop-web}
5054

5155
{settings_tab|organization-permissions}
5256

53-
1. Under **Guests**, toggle **Display a warning when composing a direct message with guest user recipients**.
57+
1. Under **Guests**, toggle **Warn when composing a DM to a guest**.
5458

5559
{!save-changes.md!}
5660

web/src/admin.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,7 @@ const admin_settings_label = {
7474
defaultMessage: "Display “(guest)” after names of guest users",
7575
}),
7676
realm_enable_guest_user_dm_warning: $t({
77-
defaultMessage:
78-
"Display a warning when composing a direct message with guest user recipients",
77+
defaultMessage: "Warn when composing a DM to a guest",
7978
}),
8079
};
8180

0 commit comments

Comments
 (0)