Fixed: Empty completion message when setting user principalname
This commit is contained in:
parent
86d64a71e3
commit
769751374e
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue