summary refs log tree commit diff
path: root/resources/qml/Root.qml
diff options
context:
space:
mode:
Diffstat (limited to 'resources/qml/Root.qml')
-rw-r--r--resources/qml/Root.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/Root.qml b/resources/qml/Root.qml

index dd1dfe1e..3bc4c59b 100644 --- a/resources/qml/Root.qml +++ b/resources/qml/Root.qml
@@ -431,7 +431,7 @@ Pane { id: uiaTokenPrompt title: UIA.title - prompt: qsTr("Please enter the token, which has been sent to you:") + prompt: qsTr("Please enter the token which has been sent to you:") onAccepted: (t) => { return UIA.submit3pidToken(t); }