Skip to content

Commit e095f63

Browse files
authored
Add period to new button label (microsoft#235872)
1 parent 3912f7a commit e095f63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/chat/browser/chatContentParts/chatQuotaExceededPart.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export class ChatQuotaExceededPart extends Disposable implements IChatContentPar
8383
buttonForeground: asCssVariable(textLinkForeground)
8484
}));
8585
button2.element.classList.add('chat-quota-error-secondary-button');
86-
button2.label = localize('signedUpClickToContinue', "Signed up? Click to retry");
86+
button2.label = localize('signedUpClickToContinue', "Signed up? Click to retry.");
8787
this._onDidChangeHeight.fire();
8888
this._register(button2.onDidClick(() => {
8989
const widget = chatWidgetService.getWidgetBySessionId(element.sessionId);

0 commit comments

Comments
 (0)