Update button text

This commit is contained in:
karlchillmaid
2019-09-27 12:03:10 +01:00
committed by GitHub
parent 2e5b724adb
commit dd1ff2cbf4

View File

@@ -146,7 +146,7 @@
{{ file_upload(
form.file,
action=url_for('.send_messages', service_id=current_service.id, template_id=template.id),
button_text='Upload a new file'
button_text='Upload your file again'
) }}
{% endif %}
</div>