Skip to content

Commit 82f38d6

Browse files
author
Vikas Agarwal
committed
IBM => Watson
1 parent 6504ba9 commit 82f38d6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/config/projectSpecification/typeToSpecification.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"visual_prototype": "app_dev.v1.0",
88
"website_development": "app_dev.v1.0",
99
"application_development": "app_dev.v1.0",
10-
"ibm_chatbot": "ibm_chatbot.v1.0",
10+
"watson_chatbot": "ibm_chatbot.v1.0",
1111
"generic_dev": "app_dev.v1.0"
1212
}

src/config/projectWizard/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ const products = {
6666
icon: 'product-app',
6767
id: 'application_development'
6868
},
69-
'IBM Chatbot': {
70-
brief: 'IBM Chatbot',
69+
'Watson Chatbot': {
70+
brief: 'Watson Chatbot',
7171
details: 'Build Chatbot using IBM Watson',
7272
icon: 'product-chatbot',
73-
id: 'ibm_chatbot',
73+
id: 'watson_chatbot',
7474
hidden: true
7575
},
7676
'Software Development': {

0 commit comments

Comments
 (0)