From 80fad573fa7f1e952a3cd8371c62739cb523f699 Mon Sep 17 00:00:00 2001 From: Xavier Michelon Date: Thu, 22 Sep 2022 18:13:59 +0200 Subject: [PATCH] GODT-1894: fixed type in alreadyLoggedIn event error message. --- .../bridge-gui/bridge-gui/qml/Notifications/Notifications.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/Notifications/Notifications.qml b/internal/frontend/bridge-gui/bridge-gui/qml/Notifications/Notifications.qml index a879dac4..4f567e20 100644 --- a/internal/frontend/bridge-gui/bridge-gui/qml/Notifications/Notifications.qml +++ b/internal/frontend/bridge-gui/bridge-gui/qml/Notifications/Notifications.qml @@ -441,7 +441,7 @@ QtObject { } property Notification alreadyLoggedIn: Notification { - description: qsTr("This account is already signed it.") + description: qsTr("This account is already signed in.") brief: description icon: "./icons/ic-exclamation-circle-filled.svg" type: Notification.NotificationType.Info