Fixed: Empty completion message when setting user principalname

This commit is contained in:
robvde 2012-11-25 06:28:25 +04:00
parent 86d64a71e3
commit 769751374e

View file

@ -287,11 +287,11 @@ namespace WebsitePanel.Portal.HostedSolution
return; return;
} }
messageBox.ShowSuccessMessage("ORGANIZATION_SET_USER_PRINCIPALNAME"); messageBox.ShowSuccessMessage("ORGANIZATION_SET_USER_USERPRINCIPALNAME");
} }
catch (Exception ex) catch (Exception ex)
{ {
messageBox.ShowErrorMessage("ORGANIZATION_SET_USER_PRINCIPALNAME", ex); messageBox.ShowErrorMessage("ORGANIZATION_SET_USER_USERPRINCIPALNAME", ex);
} }
} }