diff --git a/Changelog.md b/Changelog.md index c57fe309..61358c5c 100644 --- a/Changelog.md +++ b/Changelog.md @@ -15,12 +15,10 @@ Changelog [format](http://keepachangelog.com/en/1.0.0/) ### Fixed * GODT-698 Use correct package type for signed PGP/Inline messages. - - - -### Fixed +* Generic bug report window title. * Fix missing check for unencrypted recipients during sending. + ## [IE 1.0.x] Congo (v1.0.0 live 2020-09-08) ### Added diff --git a/internal/frontend/qml/ProtonUI/BugReportWindow.qml b/internal/frontend/qml/ProtonUI/BugReportWindow.qml index 9a6ccfde..565dbcfa 100644 --- a/internal/frontend/qml/ProtonUI/BugReportWindow.qml +++ b/internal/frontend/qml/ProtonUI/BugReportWindow.qml @@ -39,7 +39,7 @@ Window { color : "transparent" flags : Qt.Window | Qt.Dialog | Qt.FramelessWindowHint - title : "ProtonMail Bridge - Bug report" + title : "Bug report" visible : false WindowTitleBar {