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
@@ -35,6 +35,6 @@ public static class CommonValidationErrorMessages
35
35
"A user with this email address is already registered";
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
-
publicconststringInvalidExcelValidationMessage="The uploaded file must contain a \"DelegatesBulkUpload\" worksheet. Use the \"Download delegates\" button to generate a template.";
38
+
publicconststringInvalidBulkUploadExcelFile="The uploaded file must contain a \"DelegatesBulkUpload\" worksheet. Use the \"Download delegates\" button to generate a template.";
0 commit comments