diff --git a/src/components/views/dialogs/BugReportDialog.js b/src/components/views/dialogs/BugReportDialog.js index eafafb56c6..e8a8b2b869 100644 --- a/src/components/views/dialogs/BugReportDialog.js +++ b/src/components/views/dialogs/BugReportDialog.js @@ -1,5 +1,5 @@ /* -Copyright 2016 OpenMarket Ltd +Copyright 2017 OpenMarket Ltd Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -41,7 +41,7 @@ export default class BugReportDialog extends React.Component { const userText = this.state.text; if (!sendLogs && userText.trim().length === 0) { this.setState({ - err: "Please describe the bug and/or send logs." + err: "Please describe the bug and/or send logs.", }); return; } @@ -85,7 +85,8 @@ export default class BugReportDialog extends React.Component { Report a bug
-

Please describe the bug. What did you do? What did you expect to happen? +

Please describe the bug. What did you do? + What did you expect to happen? What actually happened?