Skip to content

Commit 51d55de

Browse files
committed
TD-5233 added flags to the list of things that can't be removed and used framework vocab in list
1 parent b55778a commit 51d55de

File tree

1 file changed

+5
-4
lines changed
  • DigitalLearningSolutions.Web/Views/Frameworks/Developer/Import

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,10 @@
4646
Bulk upload <strong>cannot</strong> be used to:
4747
</p>
4848
<ul>
49-
<li>Delete competencies or competency groups</li>
50-
<li>Remove assessment questions from existing competencies</li>
51-
<li>Add more than one custom assessment question to uploaded competencies</li>
49+
<li>Delete @Model.FrameworkVocabularyPlural.ToLower() or @Model.FrameworkVocabularySingular.ToLower() groups</li>
50+
<li>Remove assessment questions from existing @Model.FrameworkVocabularyPlural.ToLower()</li>
51+
<li>Add more than one custom assessment question to uploaded @Model.FrameworkVocabularyPlural.ToLower()</li>
52+
<li>Remove flags from @Model.FrameworkVocabularyPlural.ToLower()</li>
5253
</ul>
5354

5455
</div>
@@ -102,7 +103,7 @@
102103
}
103104
else
104105
{
105-
<vc:inset-text css-class="" text="Bulk upload cannot be used to add more than one custom assessment question to uploaded competencies."></vc:inset-text>
106+
<vc:inset-text css-class="" text="Bulk upload cannot be used to add more than one custom assessment question to uploaded @Model.FrameworkVocabularyPlural.ToLower()."></vc:inset-text>
106107
<p class="nhsuk-body-m">
107108
Download a blank template for bulk adding @Model.FrameworkVocabularyPlural.ToLower() to your framework, <strong>@Model.FrameworkName</strong>. This Excel file will be empty. New @Model.FrameworkVocabularyPlural.ToLower() can be added by including their details on a blank row.
108109
</p>

0 commit comments

Comments
 (0)