Skip to content

Commit b56e8b9

Browse files
committed
Merge branch 'hotfix/watson-ibm-text-fix' into dev
2 parents 8b04f9f + 7058d18 commit b56e8b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/config/projectQuestions/ibm_chatbot.v1.0.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const sections = [
5454
{
5555
icon: 'question',
5656
required: true,
57-
title: 'Do you have an existing IBM Bluemix account?',
57+
title: 'Do you have an existing IBM Cloud (formerly IBM Bluemix) account?',
5858
description: '',
5959
type: 'radio-group',
6060
fieldName: 'details.appDefinition.hasBluemixAccount',
@@ -160,7 +160,7 @@ export const basicSections = [
160160
icon: 'question',
161161
required: true,
162162
validationError: 'Please complete this section',
163-
title: 'Do you have an existing IBM Bluemix account?',
163+
title: 'Do you have an existing IBM Cloud (formerly IBM Bluemix) account?',
164164
description: '',
165165
type: 'radio-group',
166166
fieldName: 'details.appDefinition.hasBluemixAccount',

0 commit comments

Comments
 (0)