diff options
Diffstat (limited to 'resources/qml/dialogs/CreateRoom.qml')
-rw-r--r-- | resources/qml/dialogs/CreateRoom.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/dialogs/CreateRoom.qml b/resources/qml/dialogs/CreateRoom.qml index 5d224885..03534327 100644 --- a/resources/qml/dialogs/CreateRoom.qml +++ b/resources/qml/dialogs/CreateRoom.qml @@ -61,7 +61,7 @@ ApplicationWindow { Layout.fillWidth: true Label { Layout.preferredWidth: implicitWidth - text: qsTr("#") + text: "#" color: Nheko.colors.text } MatrixTextField { |