mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-05 15:48:25 -04:00
Update button text
This commit is contained in:
@@ -146,7 +146,7 @@
|
|||||||
{{ file_upload(
|
{{ file_upload(
|
||||||
form.file,
|
form.file,
|
||||||
action=url_for('.send_messages', service_id=current_service.id, template_id=template.id),
|
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 %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user