summary refs log tree commit diff
path: root/resources/qml/dialogs/CreateRoom.qml
diff options
context:
space:
mode:
Diffstat (limited to 'resources/qml/dialogs/CreateRoom.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 843d10c8..85db8f10 100644 --- a/resources/qml/dialogs/CreateRoom.qml +++ b/resources/qml/dialogs/CreateRoom.qml
@@ -72,7 +72,7 @@ ApplicationWindow { footer: DialogButtonBox { standardButtons: DialogButtonBox.Cancel Button { - text: "CreateRoom" + text: "Create Room" DialogButtonBox.buttonRole: DialogButtonBox.AcceptRole } onRejected: createRoomRoot.close();