diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/SignIn.qml b/internal/frontend/bridge-gui/bridge-gui/qml/SignIn.qml index 3aa06f48..5f2a4a92 100644 --- a/internal/frontend/bridge-gui/bridge-gui/qml/SignIn.qml +++ b/internal/frontend/bridge-gui/bridge-gui/qml/SignIn.qml @@ -259,7 +259,7 @@ FocusScope { Button { colorScheme: root.colorScheme id: signInButton - text: qsTr("Sign in") + text: loading ? qsTr("Signing in") : qsTr("Sign in") Layout.fillWidth: true Layout.topMargin: 24