diff --git a/src/app/qml/AccountSwitchDialog.qml b/src/app/qml/AccountSwitchDialog.qml index 13a65da35..f4f2a9b1c 100644 --- a/src/app/qml/AccountSwitchDialog.qml +++ b/src/app/qml/AccountSwitchDialog.qml @@ -53,7 +53,7 @@ Kirigami.Dialog { } text: i18nc("@button: login to or register a new account.", "Add Account") contentItem: Delegates.SubtitleContentItem { - itemDelegate: parent + itemDelegate: addDelegate subtitle: i18n("Log in or create a new account") labelItem.textFormat: Text.PlainText subtitleItem.textFormat: Text.PlainText