Skip to content

Commit 1249d66

Browse files
authored
Updating branding in strings (#2261)
1 parent 69c6bf8 commit 1249d66

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

vscode/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@
291291
"activitybar": [
292292
{
293293
"id": "quantum-copilot-container",
294-
"title": "Azure Quantum Copilot",
294+
"title": "Microsoft Quantum Copilot",
295295
"icon": "resources/Q-vector-1024x1024.svg"
296296
}
297297
]
@@ -308,7 +308,7 @@
308308
"when": "config.Q#.chat.enabled",
309309
"id": "quantum-copilot",
310310
"type": "webview",
311-
"name": "Azure Quantum Copilot"
311+
"name": "Microsoft Quantum Copilot"
312312
}
313313
]
314314
},

vscode/src/copilot/webview/copilot.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,11 +164,11 @@ function Welcome() {
164164
</linearGradient>
165165
</defs>
166166
</svg>
167-
<div style="margin-left: 8px;">Azure Quantum Copilot</div>
167+
<div style="margin-left: 8px;">Microsoft Quantum Copilot</div>
168168
</div>
169169
<div class="qs-copilot-blurb">
170-
Welcome! Azure Quantum Copilot is designed to help you develop and run
171-
quantum programs. You can ask questions such as:
170+
Welcome! Microsoft Quantum Copilot is designed to help you develop and
171+
run quantum programs. You can ask questions such as:
172172
</div>
173173
<div class="qs-copilot-demo1">
174174
Can you help me implement Grover's search?
@@ -292,7 +292,7 @@ function StatusIndicator({ status }: { status: Status }) {
292292
<span class="codicon codicon-loading codicon-modifier-spin"></span>
293293
</>
294294
) : status.status === "assistantConnectionError" ? (
295-
"There was an error communicating with Azure Quantum Copilot. Please check your Internet connection and try again."
295+
"There was an error communicating with Microsoft Quantum Copilot. Please check your Internet connection and try again."
296296
) : status.status === "awaitingConfirmation" ? (
297297
<>
298298
<div>{status.confirmText}</div>

0 commit comments

Comments
 (0)