forked from Silverfish/proton-bridge
GODT-1894: fixed type in alreadyLoggedIn event error message.
This commit is contained in:
@ -441,7 +441,7 @@ QtObject {
|
|||||||
}
|
}
|
||||||
|
|
||||||
property Notification alreadyLoggedIn: Notification {
|
property Notification alreadyLoggedIn: Notification {
|
||||||
description: qsTr("This account is already signed it.")
|
description: qsTr("This account is already signed in.")
|
||||||
brief: description
|
brief: description
|
||||||
icon: "./icons/ic-exclamation-circle-filled.svg"
|
icon: "./icons/ic-exclamation-circle-filled.svg"
|
||||||
type: Notification.NotificationType.Info
|
type: Notification.NotificationType.Info
|
||||||
|
|||||||
Reference in New Issue
Block a user