mirror of https://github.com/zulip/zulip.git
settings_users: Fix comment in bot_info function.
This commit is contained in:
parent
a1a5a1643f
commit
1ce869f16c
|
@ -205,7 +205,7 @@ function bot_info(bot_user_id) {
|
|||
info.is_current_user = false;
|
||||
info.can_modify = page_params.is_admin;
|
||||
|
||||
// It's always safe to show the fake email addresses for bot users
|
||||
// It's always safe to show the real email addresses for bot users
|
||||
info.display_email = bot_user.email;
|
||||
|
||||
return info;
|
||||
|
|
Loading…
Reference in New Issue