Skip to content

Commit

Permalink
Update constants.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
zxyanliu committed Sep 8, 2020
1 parent 34318ac commit a736393
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Composer/packages/client/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,6 @@ export const DialogCreationCopy = {
title: formatMessage('Create bot from template or scratch?'),
subText: formatMessage('You can create a new bot from scratch with Composer, or start with a template.'),
},
DEFINE_CONVERSATION_OBJECTIVE: {
title: formatMessage('Define conversation objective'),
subText: formatMessage(
`What can the user accomplish through this conversation? For example, BookATable, OrderACoffee etc.`
),
},
DEFINE_BOT_PROJECT: {
title: formatMessage('Create a bot project'),
subText: formatMessage(`Specify a name, description, and location for your new bot project.`),
Expand Down

0 comments on commit a736393

Please sign in to comment.