Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
bpasero committed Nov 24, 2024
1 parent 3350ae4 commit c097188
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ class ChatSetupWelcomeContent extends Disposable {

button.enabled = false;
button.label = this.controller.entitlement === ChatEntitlement.Unknown ?
localize('setupChatSigningIn', "$(loading~spin) Awaiting Sign In...") :
localize('setupChatSigningIn', "$(loading~spin) Signing in to {0}...", defaultChat.providerName) :
localize('setupChatInstalling', "$(loading~spin) Completing Setup...");

break;
Expand Down

0 comments on commit c097188

Please sign in to comment.