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