Skip to content

Commit

Permalink
Merge pull request #2976 from botpress/ep-fix-create-bot-form
Browse files Browse the repository at this point in the history
fix(ui-studio): change helper in create bot form
  • Loading branch information
allardy committed Feb 25, 2020
2 parents aa4c5a4 + 8fff5f7 commit c487e30
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/bp/ui-admin/src/Pages/Workspace/Bots/CreateBotModal.tsx
Expand Up @@ -160,8 +160,7 @@ class CreateBotModal extends Component<Props, State> {
label="Bot Name"
labelFor="bot-name"
labelInfo="*"
helperText={`It will be displayed to your visitors. You can change it anytime. If you put nothing, it will be named
"Bot" by default.`}
helperText={`It will be displayed to your visitors. You can change it anytime.`}
>
<InputGroup
id="input-bot-name"
Expand Down

0 comments on commit c487e30

Please sign in to comment.