Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit a284398

Browse files
fix: correct name in page title and manifest (#9715)
1 parent 707cfdd commit a284398

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Composer/packages/client/public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
work correctly both with client-side routing and a non-root public URL.
2323
Learn how to configure a non-root public URL by running `npm run build`.
2424
-->
25-
<title>BotFramework Composer</title>
25+
<title>Bot Framework Composer</title>
2626

2727
<% if (process.env.NODE_ENV === 'production') { %>
2828
<? if (__nonce__) { ?>

Composer/packages/client/public/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"short_name": "Composer",
3-
"name": "BotFramework Composer",
3+
"name": "Bot Framework Composer",
44
"icons": [
55
{
66
"src": "composerfavicon.ico",

0 commit comments

Comments
 (0)