You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DigitalLearningSolutions.Web/Helpers/CommonValidationErrorMessages.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ public static class CommonValidationErrorMessages
36
36
publicconststringCentreNameAlreadyExist="The centre name you have entered already exists, please enter a different centre name";
37
37
publicconststringMaxBulkUploadRowsLimit="File must contain no more than {0} rows";
38
38
publicconststringInvalidBulkUploadExcelFile="The uploaded file must contain a \"DelegatesBulkUpload\" worksheet. Use the \"Download delegates\" button to generate a template.";
39
-
publicconststringInvalidCompetenciesUploadExcelFile="The uploaded file must contain a \"CompetenciesBulkUpload\" worksheet. Use the \"Download competencies\" button to generate a template.";
39
+
publicconststringInvalidCompetenciesUploadExcelFile="The uploaded file must contain a \"CompetenciesBulkUpload\" worksheet. Use the \"Download template\" button to generate a template.";
40
40
publicconststringReportFilterReturnsTooManyRows="The report frequency is too high for the date range. Choose a lower report frequency (or shorten the date range)";
Copy file name to clipboardExpand all lines: DigitalLearningSolutions.Web/Views/Frameworks/Developer/ImportCompleted.cshtml
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@
30
30
<pclass="nhsuk-body-l">@(Model.ErrorCount==0?"Your file is error free and ready to be processed. Check the information below looks, correct before processing":"Your file contains the following, including some errors:")</p>
31
31
<ul>
32
32
<li>@Model.ToProcessCount@(Model.ToProcessCount==1?"row":"rows") to process</li>
33
-
<li>@Model.CompetencyGroupsToAddCount new @(Model.CompetencyGroupsToAddCount==1?"competency":"competencies") to register</li>
33
+
<li>@Model.CompetenciesToAddCount new @(Model.CompetenciesToAddCount==1?"competency":"competencies") to add</li>
34
34
<li>@Model.ToUpdateOrSkipCount delegate @(Model.ToUpdateOrSkipCount==1?"record":"records") to update (or skip if unchanged)</li>
0 commit comments