Skip to content

Commit

Permalink
Merge pull request #4249 from nationalarchives/TDRD-572-update-antivi…
Browse files Browse the repository at this point in the history
…rus-action-message

Tdrd 572 update antivirus action message
  • Loading branch information
TomJKing authored Oct 28, 2024
2 parents d19bbc1 + 53bfb02 commit 20e3eb3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ <h1 class="govuk-heading-l">
Action
</dt>
<dd class="govuk-summary-list__value">
@actionMessage
@Html(actionMessage)
</dd>
</div>
</dl>
2 changes: 1 addition & 1 deletion conf/messages
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ draftMetadata.validation.action.UTF_8=Ensure that you save your Excel file as fi
draftMetadata.validation.details.INVALID_CSV=The metadata file you uploaded was not a CSV.
draftMetadata.validation.action.INVALID_CSV=Ensure that you save your Excel file as file type ''CSV UTF-8 (comma separated)''.
draftMetadata.validation.details.VIRUS=A virus was found in your metadata file.
draftMetadata.validation.action.VIRUS=Contact your internal IT support service.
draftMetadata.validation.action.VIRUS=Please get in touch on <a href="mailto:tdr@nationalarchives.gov.uk">tdr@nationalarchives.gov.uk</a>, so that we can validate this before contacting your own internal support.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ class DraftMetadataChecksResultsControllerSpec extends FrontEndTestHelper {
CompletedWithIssuesValue.value,
FileError.UTF_8,
"The metadata file was not a CSV in UTF-8 format.",
s"Ensure that you save your Excel file as file type &#x27;CSV UTF-8 (comma separated)&#x27;."
s"Ensure that you save your Excel file as file type 'CSV UTF-8 (comma separated)'."
)
)
forAll(draftMetadataStatuses) { (statusValue, fileError, detailsMessage, actionMessage) =>
Expand Down

0 comments on commit 20e3eb3

Please sign in to comment.