We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 224e42e + a284398 commit 97f5455Copy full SHA for 97f5455
Composer/packages/client/public/index.html
@@ -22,7 +22,7 @@
22
work correctly both with client-side routing and a non-root public URL.
23
Learn how to configure a non-root public URL by running `npm run build`.
24
-->
25
- <title>BotFramework Composer</title>
+ <title>Bot Framework Composer</title>
26
27
<% if (process.env.NODE_ENV === 'production') { %>
28
<? if (__nonce__) { ?>
Composer/packages/client/public/manifest.json
@@ -1,6 +1,6 @@
1
{
2
"short_name": "Composer",
3
- "name": "BotFramework Composer",
+ "name": "Bot Framework Composer",
4
"icons": [
5
6
"src": "composerfavicon.ico",
0 commit comments