summary refs log tree commit diff
path: root/resources/qml
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2022-05-27 17:16:38 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2022-05-27 17:16:38 +0200
commit5450139a2ed9eda48c3bbaa150a881011f7fcf62 (patch)
treef912969f2ad5a441083600a8fd59c247d2fae335 /resources/qml
parentAdd basic powerlevel editor (diff)
downloadnheko-5450139a2ed9eda48c3bbaa150a881011f7fcf62.tar.xz
Lots of new PL translations
Diffstat (limited to 'resources/qml')
-rw-r--r--resources/qml/dialogs/CreateRoom.qml2
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 {