user management fixes (#22282)

* fix a few user management bugs

* revert user dialog change
This commit is contained in:
Alan Ren
2023-03-09 14:11:04 -08:00
committed by GitHub
parent 39f90afe6c
commit 6ace579986
5 changed files with 30 additions and 7 deletions

View File

@@ -16,7 +16,8 @@ export const UserTypeDisplayNameInTitle: string = localize('objectManagement.Use
export const HelpText: string = localize('objectManagement.helpText', "Help");
export const YesText: string = localize('objectManagement.yesText', "Yes");
export const OkText: string = localize('objectManagement.OkText', "OK");
export const LoadingDialogText: string = localize('objectManagement.loadingDialog', "Loading dialog...")
export const LoadingDialogText: string = localize('objectManagement.loadingDialog', "Loading dialog...");
export const FailedToRetrieveConnectionInfoErrorMessage: string = localize('objectManagement.noConnectionUriError', "Failed to retrieve the connection information, please reconnect and try again.")
export function RefreshObjectExplorerError(error: string): string {
return localize({