From bfe65775510744867559dc17f17e74eb063ac32e Mon Sep 17 00:00:00 2001 From: DaniBitZesty <84323332+DaniBitZesty@users.noreply.github.com> Date: Thu, 29 Aug 2024 16:57:35 +0100 Subject: [PATCH] Update copy --- .../frontend/custom_questions/support_letters.js.coffee | 2 +- app/views/qae_form/confirm.html.slim | 2 +- app/views/shared/_attachment_with_virus_check_status.html.slim | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/assets/javascripts/frontend/custom_questions/support_letters.js.coffee b/app/assets/javascripts/frontend/custom_questions/support_letters.js.coffee index 997ec6639..8810339ae 100644 --- a/app/assets/javascripts/frontend/custom_questions/support_letters.js.coffee +++ b/app/assets/javascripts/frontend/custom_questions/support_letters.js.coffee @@ -32,7 +32,7 @@ window.SupportLetters = textContainer = parent.find('.support-letter-attachment-container') textContainer.removeClass('govuk-!-display-none') - scanningText = '

(File uploaded and is being scanned for viruses. Preview available once the scan is complete.)

' + scanningText = '

(File uploaded and is being scanned for viruses. Preview available once the scan is complete. You may need to refresh this page.)

' textContainer.prepend('

' + filename + '

' + scanningText + '
') hiddenInput = $("") parent.append(hiddenInput) diff --git a/app/views/qae_form/confirm.html.slim b/app/views/qae_form/confirm.html.slim index 57ca11a6e..e13abc704 100644 --- a/app/views/qae_form/confirm.html.slim +++ b/app/views/qae_form/confirm.html.slim @@ -12,7 +12,7 @@ article.group role="alert" .govuk-panel.govuk-panel--confirmation .govuk-panel__body - strong Nomination for the King's Award for Voluntary service was submitted. + strong Nomination for the King's Award for Voluntary Service was submitted. br p.govuk-body We have sent you an email confirming your submission. diff --git a/app/views/shared/_attachment_with_virus_check_status.html.slim b/app/views/shared/_attachment_with_virus_check_status.html.slim index 4b9bcb9e5..a556b0d5e 100644 --- a/app/views/shared/_attachment_with_virus_check_status.html.slim +++ b/app/views/shared/_attachment_with_virus_check_status.html.slim @@ -9,7 +9,7 @@ = item.try(:original_filename) br .govuk-hint - | (File uploaded and is being scanned for viruses. Preview available once the scan is complete.) + | (File uploaded and is being scanned for viruses. Preview available once the scan is complete. You may need to refresh this page.) - elsif scan_results == "infected" = item.try(:original_filename) | has been blocked (virus detected), please upload another file.