diff --git a/ui/app/AppLayouts/Chat/CommunityComponents/CreateChannelPopup.qml b/ui/app/AppLayouts/Chat/CommunityComponents/CreateChannelPopup.qml index cb2c8cea05..94f36d74d0 100644 --- a/ui/app/AppLayouts/Chat/CommunityComponents/CreateChannelPopup.qml +++ b/ui/app/AppLayouts/Chat/CommunityComponents/CreateChannelPopup.qml @@ -28,6 +28,7 @@ ModalPopup { nameInput.text = ""; if (isEdit) { nameInput.text = channel.name; + title = qsTr("Edit #%1").arg(channel.name); descriptionTextArea.text = channel.description; // TODO: re-enable once private channels are implemented // privateSwitch.checked = channel.private