Skip to content

Commit

Permalink
Merge pull request #4166 from nationalarchives/TDRD-470-Content-Update
Browse files Browse the repository at this point in the history
Initial pass
  • Loading branch information
Tom-Hallett authored Sep 23, 2024
2 parents 5a09323 + 6106928 commit c79fa29
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/views/partials/metadataReviewFailure.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</div>
<div class="da-alert__content">
<h2 class="da-alert__heading">We found issues in your metadata</h2>
<p>We have emailed guidance to <strong>@email</strong></p>
<p>We will email guidance to <strong>@email</strong></p>
</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion app/views/standard/requestMetadataReview.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<h1 class="govuk-heading-xl">@title</h1>

<p class="govuk-body">Before you complete your transfer your metadata needs to be reviewed by a Digital Transfer Advisor. This helps us to ensure we preserve your records accurately.</p>
<p class="govuk-body">Before you complete your transfer your metadata needs to be reviewed by a Digital Transfer Advisor. This helps us to ensure we preserve your metadata accurately.</p>
<div class="govuk-inset-text">
If we find any issues with your metadata we will send guidance to <strong>@email</strong>.
</div>
Expand Down
2 changes: 1 addition & 1 deletion app/views/tna/metadataReviews.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<span class="govuk-caption-l">Transfer Digital Records</span>
<h1 class="govuk-heading-l">Metadata Reviews</h1>
<p class="govuk-body">These are requested reviews that have not been responded to.</p>
<p class="govuk-body">These are transfers awaiting metadata review:</p>

<table data-module="table-row-expander" class="govuk-table govuk-table--tdr-transfers govuk-!-margin-bottom-2">
<thead class="govuk-table__head">
Expand Down
2 changes: 1 addition & 1 deletion test/controllers/MetadataReviewControllerSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class MetadataReviewControllerSpec extends FrontEndTestHelper {
metadataReviewPageAsString must include("""<th scope="col" class="govuk-table__header">Department</th>""")
metadataReviewPageAsString must include("""<th scope="col" class="govuk-table__header">Series</th>""")
metadataReviewPageAsString must include("""<th scope="col" class="govuk-table__header"></th>""")
metadataReviewPageAsString must include(s"""These are requested reviews that have not been responded to.""")
metadataReviewPageAsString must include(s"""These are transfers awaiting metadata review:""")
metadataReviewPageAsString must include(s"""<th scope="row" class="govuk-table__header">TDR-2024-TEST</th>""")
metadataReviewPageAsString must include(s"""<strong class="tdr-tag tdr-tag--green">Requested</strong>""")
metadataReviewPageAsString must include(s"""<td class="govuk-table__cell">TransferringBody</td>""")
Expand Down
2 changes: 1 addition & 1 deletion test/controllers/MetadataReviewStatusControllerSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ class MetadataReviewStatusControllerSpec extends FrontEndTestHelper {
s"""</div>
| <div class="da-alert__content">
| <h2 class="da-alert__heading">We found issues in your metadata</h2>
| <p>We have emailed guidance to <strong>test@example.com</strong></p>
| <p>We will email guidance to <strong>test@example.com</strong></p>
| </div>
|</div>""".stripMargin
)
Expand Down

0 comments on commit c79fa29

Please sign in to comment.