diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c5cf18c3..fd4ad408f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## Unreleased +## Fixed +- [client] Modified 'Open Bot' dialog text in PR [1330](https://github.com/Microsoft/BotFramework-Emulator/pull/1330) ## v4.3.0 - 2019 - 03 - 04 ### Added diff --git a/packages/app/client/src/ui/dialogs/openBotDialog/openBotDialog.tsx b/packages/app/client/src/ui/dialogs/openBotDialog/openBotDialog.tsx index 97744db30..7cef94106 100644 --- a/packages/app/client/src/ui/dialogs/openBotDialog/openBotDialog.tsx +++ b/packages/app/client/src/ui/dialogs/openBotDialog/openBotDialog.tsx @@ -96,10 +96,10 @@ export class OpenBotDialog extends Component