File tree 2 files changed +7
-4
lines changed
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -42,15 +42,19 @@ pricing](/help/zulip-cloud-billing#temporary-users-and-guests) for guest users.
42
42
43
43
{end_tabs}
44
44
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.
46
50
47
51
{start_tabs}
48
52
49
53
{tab|desktop-web}
50
54
51
55
{settings_tab|organization-permissions}
52
56
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** .
54
58
55
59
{!save-changes.md!}
56
60
Original file line number Diff line number Diff line change @@ -74,8 +74,7 @@ const admin_settings_label = {
74
74
defaultMessage : "Display “(guest)” after names of guest users" ,
75
75
} ) ,
76
76
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" ,
79
78
} ) ,
80
79
} ;
81
80
You can’t perform that action at this time.
0 commit comments