Skip to content

Commit 23a1901

Browse files
committed
TD-5163 Corrects heading
1 parent b99f816 commit 23a1901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DigitalLearningSolutions.Web/Views/Frameworks/Developer/Import/ImportCompleted.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
}
2929
<div class="nhsuk-grid-row">
3030
<div class="nhsuk-grid-column-full">
31-
<h1 class="nhsuk-heading-xl">Delegate file uploaded</h1>
31+
<h1 class="nhsuk-heading-xl">@Model.FrameworkVocabularySingular.ToLower() file uploaded</h1>
3232
<div class="nhsuk-u-reading-width">
3333
<p class="nhsuk-body-l">@(Model.ErrorCount == 0 ? "Your file is error free and ready to be processed. Check the information below looks, correct before processing" : "Your file contains the following, including some errors:")</p>
3434
<ul>

0 commit comments

Comments
 (0)