{% if current_user.has_permissions(permissions=['send_texts', 'send_emails', 'send_letters']) %}
- Send a batch
+ Send from a CSV fileSend yourself a test
{% endif %}
{% if current_user.has_permissions(permissions=['manage_api_keys']) %}
diff --git a/app/templates/views/send.html b/app/templates/views/send.html
index 6bfdfd596..d41c715cf 100644
--- a/app/templates/views/send.html
+++ b/app/templates/views/send.html
@@ -11,7 +11,7 @@
{% block maincolumn_content %}
-
Send a batch
+
Send from a CSV file
{% if 'sms' == template.template_type %}
@@ -31,13 +31,14 @@
- Add recipients by uploading a .csv file with
+ You need
{{ template.placeholders|length + 1 }}
{% if template.placeholders %}
- columns:
+ columns
{% else %}
- column:
+ column
{% endif %}
+ in your file: