diff --git a/DigitalLearningSolutions.Web/Views/CompetencyAssessments/EditDescription.cshtml b/DigitalLearningSolutions.Web/Views/CompetencyAssessments/EditDescription.cshtml index 2728548b21..7254448b31 100644 --- a/DigitalLearningSolutions.Web/Views/CompetencyAssessments/EditDescription.cshtml +++ b/DigitalLearningSolutions.Web/Views/CompetencyAssessments/EditDescription.cshtml @@ -22,6 +22,7 @@ } +

@Model.CompetencyAssessmentName @@ -40,7 +41,7 @@ label="Introductory text" rows="5" css-class="html-editor" - hint-text="The learner will see this text when they launch the assessment, it should tell them what the assessment covers, how to complete it and where to get more information" + hint-text="The learner will see this text when they launch the self-assessment, it should inform them of what it covers, how to complete it and where to get more information." populate-with-current-value="true" spell-check="false" /> @@ -66,3 +67,4 @@ @section scripts { } +