Skip to content

Commit fcaa737

Browse files
authored
Merge pull request #3209 from TechnologyEnhancedLearning/Develop/Fixes/TD-5220-FixWarningMessages
TD-5220 fix warning messages on reorder competency confirmation
2 parents 870332f + e55300e commit fcaa737

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@
3838
</legend>
3939
<div class="nhsuk-inset-text">
4040
<span class="nhsuk-u-visually-hidden">Information: </span>
41-
<p>We strongly recommend including all framework competencies in your uploaded sheet if reordering competencies to ensure that the correct sequence is applied.</p>
41+
<p>We strongly recommend including all framework @Model.FrameworkVocabularyPlural.ToLower() in your uploaded sheet if reordering @Model.FrameworkVocabularyPlural.ToLower() to ensure that the correct sequence is applied.</p>
42+
<p>Note that if you split @Model.FrameworkVocabularySingular.ToLower() groups in your uploaded sheet, they will not be split in your framework but the order of groups may be affected.</p>
4243
</div>
4344
<div class="nhsuk-hint nhsuk-u-margin-bottom-2">
4445
Your uploaded file includes changes to the order of existing @Model.FrameworkVocabularyPlural.ToLower(). Choose whether to store the changes to @Model.FrameworkVocabularySingular.ToLower() order during update.

0 commit comments

Comments
 (0)