From dd1ff2cbf4bbf71264a74bacd8d4d06576a138e2 Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Fri, 27 Sep 2019 12:03:10 +0100 Subject: [PATCH] Update button text --- app/templates/views/check/column-errors.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/views/check/column-errors.html b/app/templates/views/check/column-errors.html index 09159d2a0..c87e08769 100644 --- a/app/templates/views/check/column-errors.html +++ b/app/templates/views/check/column-errors.html @@ -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 %}