Skip to content

Commit df6ebbc

Browse files
authored
Merge pull request #3222 from TechnologyEnhancedLearning/Develop/Fixes/TD-5158-AddNotModifyGroupsNotice
TD-5158 add notice re not being able to modify groups notice
2 parents ab02705 + 7477d4b commit df6ebbc

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)