diff --git a/app/main/forms.py b/app/main/forms.py index ea8d7a613..92fb78531 100644 --- a/app/main/forms.py +++ b/app/main/forms.py @@ -1031,7 +1031,7 @@ class BroadcastPermissionsForm(BasePermissionsForm): ], filters=[filter_by_broadcast_permissions], param_extensions={ - "hint": {"text": "All team members can see sent messages."} + "hint": {"text": "Team members with permission to add alerts or approve alerts can also reject them."} } )