Skip to content

Commit 97f5455

Browse files
authored
Merge branch 'main' into chore/update-electron-26
2 parents 224e42e + a284398 commit 97f5455

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)