From 27cbcc6f5e5f46d961ae0f181b7891b9e008d56b Mon Sep 17 00:00:00 2001 From: Xavier Michelon Date: Tue, 15 Nov 2022 13:25:39 +0100 Subject: [PATCH] GODT-2086: Changing the wording for signing in. --- internal/frontend/bridge-gui/bridge-gui/qml/SignIn.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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