mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-16 07:06:45 +00:00
GODT-1894: fixed type in alreadyLoggedIn event error message.
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user