diff --git a/app/templates/views/email-branding/manage-branding.html b/app/templates/views/email-branding/manage-branding.html
index 544abb09f..dad8e212d 100644
--- a/app/templates/views/email-branding/manage-branding.html
+++ b/app/templates/views/email-branding/manage-branding.html
@@ -19,6 +19,9 @@
{% endif %}
+
+ Logos should be PNG files, 108px high +
{{ file_upload(form.file, button_text='{} logo'.format('Update' if email_branding else 'Upload')) }} {% call form_wrapper() %}+ Logos should be SVG files, cropped to artwork bounds and with all fonts outlined. +
{{ file_upload(file_upload_form.file, button_text='{} logo'.format('Update' if is_update else 'Upload')) }} {% call form_wrapper() %}