Skip to content

Commit 7477d4b

Browse files
committed
TD-5158 Adds line re not modifying competency groups to start page
1 parent 9d7521e commit 7477d4b

File tree

1 file changed

+2
-1
lines changed
  • DigitalLearningSolutions.Web/Views/Frameworks/Developer/Import

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@
4646
Bulk upload <strong>cannot</strong> be used to:
4747
</p>
4848
<ul>
49-
<li>Delete @Model.FrameworkVocabularyPlural.ToLower() or @Model.FrameworkVocabularySingular.ToLower() groups</li>
49+
<li>Delete @Model.FrameworkVocabularyPlural.ToLower()</li>
50+
<li>Delete or modify @Model.FrameworkVocabularySingular.ToLower() groups (@Model.FrameworkVocabularyPlural.ToLower() can be moved to new groups)</li>
5051
<li>Remove assessment questions from existing @Model.FrameworkVocabularyPlural.ToLower()</li>
5152
<li>Add more than one custom assessment question to uploaded @Model.FrameworkVocabularyPlural.ToLower()</li>
5253
<li>Remove flags from @Model.FrameworkVocabularyPlural.ToLower()</li>

0 commit comments

Comments
 (0)