GODT-1894: fixed type in alreadyLoggedIn event error message.

This commit is contained in:
Xavier Michelon
2022-09-22 18:13:59 +02:00
parent 1d2a1eee81
commit 80fad573fa

View File

@ -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