Skip to content

Commit d0d3a8e

Browse files
committed
Merge branch 'chatbots-category-refactoring' into dev
2 parents 804a523 + 025fb33 commit d0d3a8e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/config/projectSpecification/typeToSpecification.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"website_development": "app_dev.v1.0",
99
"application_development": "app_dev.v1.0",
1010
"watson_chatbot": "ibm_chatbot.v1.0",
11-
"generic_chatbot": "generic_chatbot.v1.0",
11+
"chatbot": "generic_chatbot.v1.0",
1212
"generic_dev": "app_dev.v1.0",
1313
"real_world_testing": "real_world_testing.v1.0",
1414
"mobility_testing": "app_dev.v1.0",

src/config/projectWizard/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const products = {
3434
icon: 'product-cat-chatbot',
3535
info: 'Build, train and test a custom conversation for your chatbot',
3636
question: 'What do you need to develop?',
37-
id: 'chatbot',
37+
id: 'all-chatbots',
3838
subtypes: {
3939
'Watson Chatbot': {
4040
brief: 'Watson Chatbot',
@@ -47,7 +47,7 @@ const products = {
4747
brief: 'Chatbot',
4848
details: 'Build, train and test a custom conversation for your chat bot',
4949
icon: 'product-chatbot-chatbot',
50-
id: 'generic_chatbot'
50+
id: 'chatbot'
5151
}
5252
}
5353
},

0 commit comments

Comments
 (0)