We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3912f7a commit e095f63Copy full SHA for e095f63
src/vs/workbench/contrib/chat/browser/chatContentParts/chatQuotaExceededPart.ts
@@ -83,7 +83,7 @@ export class ChatQuotaExceededPart extends Disposable implements IChatContentPar
83
buttonForeground: asCssVariable(textLinkForeground)
84
}));
85
button2.element.classList.add('chat-quota-error-secondary-button');
86
- button2.label = localize('signedUpClickToContinue', "Signed up? Click to retry");
+ button2.label = localize('signedUpClickToContinue', "Signed up? Click to retry.");
87
this._onDidChangeHeight.fire();
88
this._register(button2.onDidClick(() => {
89
const widget = chatWidgetService.getWidgetBySessionId(element.sessionId);
0 commit comments