Skip to content

Commit

Permalink
Add period to new button label
Browse files Browse the repository at this point in the history
  • Loading branch information
roblourens committed Dec 11, 2024
1 parent 31f77d2 commit 1594372
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export class ChatQuotaExceededPart extends Disposable implements IChatContentPar
buttonForeground: asCssVariable(textLinkForeground)
}));
button2.element.classList.add('chat-quota-error-secondary-button');
button2.label = localize('signedUpClickToContinue', "Signed up? Click to retry");
button2.label = localize('signedUpClickToContinue', "Signed up? Click to retry.");
this._onDidChangeHeight.fire();
this._register(button2.onDidClick(() => {
const widget = chatWidgetService.getWidgetBySessionId(element.sessionId);
Expand Down

0 comments on commit 1594372

Please sign in to comment.