From d804ab747e9d7df4d09459a38eb667b1863e989b Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Mon, 5 Jul 2021 16:38:46 +0100 Subject: [PATCH] Replace use of 'broadcast' --- app/templates/views/templates/_template.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/views/templates/_template.html b/app/templates/views/templates/_template.html index 90a84165d..bcb73f2b2 100644 --- a/app/templates/views/templates/_template.html +++ b/app/templates/views/templates/_template.html @@ -31,7 +31,7 @@ {% if current_user.has_permissions('send_messages') %}
- Prepare broadcast + Get ready to send
{% endif %}