Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@
Bulk upload <strong>cannot</strong> be used to:
</p>
<ul>
<li>Delete @Model.FrameworkVocabularyPlural.ToLower() or @Model.FrameworkVocabularySingular.ToLower() groups</li>
<li>Delete @Model.FrameworkVocabularyPlural.ToLower()</li>
<li>Delete or modify @Model.FrameworkVocabularySingular.ToLower() groups (@Model.FrameworkVocabularyPlural.ToLower() can be moved to new groups)</li>
<li>Remove assessment questions from existing @Model.FrameworkVocabularyPlural.ToLower()</li>
<li>Add more than one custom assessment question to uploaded @Model.FrameworkVocabularyPlural.ToLower()</li>
<li>Remove flags from @Model.FrameworkVocabularyPlural.ToLower()</li>
Expand Down
Loading