Hide tenant dropdown until account is refreshed (#23346)

This commit is contained in:
Cheena Malhotra
2023-06-08 09:46:35 -07:00
committed by GitHub
parent 8c2c38c859
commit 50db8578b9
2 changed files with 5 additions and 2 deletions

View File

@@ -123,7 +123,7 @@ export class ApplyFilterAction extends Action {
*/
export class RefreshAccountAction extends Action {
public static ID = 'account.refresh';
public static LABEL = localize('refreshAccount', "Reenter your credentials");
public static LABEL = localize('refreshAccount', "Refresh your credentials");
public account?: azdata.Account;
constructor(