You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -840,7 +843,7 @@ class ChatSetupWelcomeContent extends Disposable {
840
843
841
844
// Header
842
845
{
843
-
constheader=localize({key: 'setupHeader',comment: ['{Locked="[Copilot]({0})"}']},"[Copilot]({0} 'Copilot') is your AI pair programmer.",this.context.state.installed ? 'command:github.copilot.open.walkthrough' : defaultChat.documentationUrl);
846
+
constheader=localize({key: 'header',comment: ['{Locked="[Copilot]({0})"}']},"[Copilot]({0}) is your AI pair programmer.",this.context.state.installed ? 'command:github.copilot.open.walkthrough' : defaultChat.documentationUrl);
@@ -866,9 +869,9 @@ class ChatSetupWelcomeContent extends Disposable {
866
869
}
867
870
868
871
// Limited SKU
869
-
constlimitedSkuHeader='$(sparkle-filled) '+localize({key: 'limitedSkuHeader',comment: ['{Locked="[]({0})"}']},"We now offer [Copilot for free]({0}).",defaultChat.skusDocumentationUrl);
constfree=localize({key: 'free',comment: ['{Locked="[]({0})"}']},"$(sparkle-filled) We now offer [Copilot for free]({0}).",defaultChat.skusDocumentationUrl);
constterms=localize({key: 'termsLabel',comment: ['{Locked="["}','{Locked="]({0})"}','{Locked="]({1})"}']},"By continuing, you agree to the [Terms]({0}) and [Privacy Policy]({1}).",defaultChat.termsStatementUrl,defaultChat.privacyStatementUrl);
897
+
constterms=localize({key: 'terms',comment: ['{Locked="["}','{Locked="]({0})"}','{Locked="]({1})"}']},"By continuing, you agree to the [Terms]({0}) and [Privacy Policy]({1}).",defaultChat.termsStatementUrl,defaultChat.privacyStatementUrl);
constsettings=localize({key: 'settings',comment: ['{Locked="["}','{Locked="]({0})"}','{Locked="]({1})"}']},"Copilot may show [public code]({0}) suggestions and collect telemetry. You can change these [settings]({1}) at any time.",defaultChat.publicCodeMatchesUrl,defaultChat.manageSettingsUrl);
0 commit comments