Skip to content

Commit 28c9cf0

Browse files
committed
TD-149-centre name replaced with superviosr centre name.
1 parent 549abf6 commit 28c9cf0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DigitalLearningSolutions.Web/Views/LearningPortal/Current/CompetencySelfAssessmentCertificate.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
<div class="footer">
163163
<div class="text">
164164
<p class="blue">Certificate generated on @DateTime.Now.ToString("dd/MM/yyyy")</p>
165-
<p>By NHS England Digital Learning Solutions <br /> on behalf of @Model.CompetencySelfAssessmentCertificates.CentreName</p>
165+
<p>By NHS England Digital Learning Solutions <br /> on behalf of @Model.CompetencySelfAssessmentCertificates.SupervisorCentreName</p>
166166
</div>
167167
<div class="footer-logo">
168168
@if (Model.CompetencySelfAssessmentCertificates.BrandImage != null)

DigitalLearningSolutions.Web/Views/LearningPortal/Current/DownloadCompetencySelfAssessmentCertificate.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@
471471
<div class="footer">
472472
<div class="text">
473473
<p class="blue">Certificate generated on @DateTime.Now.ToString("dd/MM/yyyy")</p>
474-
<p>By NHS England Digital Learning Solutions <br /> on behalf of @Model.CompetencySelfAssessmentCertificates.CentreName</p>
474+
<p>By NHS England Digital Learning Solutions <br /> on behalf of @Model.CompetencySelfAssessmentCertificates.SupervisorCentreName</p>
475475
</div>
476476
<div class="footer-logo">
477477
@if (Model.CompetencySelfAssessmentCertificates.BrandImage != null)

0 commit comments

Comments
 (0)