Skip to content

Commit e002c48

Browse files
authored
Merge pull request #2559 from TechnologyEnhancedLearning/Develop/Fix/TD-149-Certificate-Supervisor-CentreName-Issue
TD-149-centre name replaced with supervisor centre name.
2 parents f952688 + 28c9cf0 commit e002c48

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)