Skip to content

Commit f27074c

Browse files
committed
Fixes ungrouped competencies heading to use framework vocabulary
1 parent 8240175 commit f27074c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DigitalLearningSolutions.Web/Views/Frameworks/Developer/FrameworkPrintLayout.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
{
109109
groupNum++;
110110
int compNum = 0;
111-
<h2>Ungrouped competencies</h2>
111+
<h2>Ungrouped @Model.VocabPlural().ToLower()</h2>
112112
foreach (var frameworkCompetency in Model.FrameworkCompetencies)
113113
{
114114
compNum++;

0 commit comments

Comments
 (0)