Skip to content
This repository has been archived by the owner on Feb 12, 2018. It is now read-only.

Commit

Permalink
Messages are already localized at this point
Browse files Browse the repository at this point in the history
  • Loading branch information
vmasanas committed Mar 1, 2015
1 parent f359425 commit 1c33443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion View.ascx.vb
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ Namespace Connect.Modules.UserManagement.AccountRegistration
lblError.Text += "<li>" & Localization.GetString("Error_Unknown", LocalResourceFile) & "</li>"
Else
For Each strMessage As String In strMessages
lblError.Text += "<li>" & Localization.GetString(strMessage, LocalResourceFile) & "</li>"
lblError.Text += "<li>" & strMessage & "</li>"
Next
End If
lblError.Text += "</ul>"
Expand Down

0 comments on commit 1c33443

Please sign in to comment.