From 0249f1602dd2dd8ae05751bcc6b8ae8f8a1870c2 Mon Sep 17 00:00:00 2001 From: Katie Smith Date: Tue, 6 Jul 2021 16:14:26 +0100 Subject: [PATCH] Change hint text for the broadcast form --- app/main/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."} } )