From 4e7bc2a5961914d8a1c3e72892ad92871a6e2ddb Mon Sep 17 00:00:00 2001 From: Bart De Vries Date: Tue, 23 Apr 2024 11:30:43 +0200 Subject: [PATCH] Fix qml property assignment --- src/qml/FeedDetailsPage.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qml/FeedDetailsPage.qml b/src/qml/FeedDetailsPage.qml index 8cdb6c98..9f66c442 100644 --- a/src/qml/FeedDetailsPage.qml +++ b/src/qml/FeedDetailsPage.qml @@ -121,7 +121,7 @@ Kirigami.ScrollablePage { image: isSubscribed ? feed.cachedImage : feed.image title: isSubscribed ? feed.name : feed.title - subtitle: authors ? i18nc("by ", "by %1", authors) : undefined + subtitle: authors ? i18nc("by ", "by %1", authors) : "" } // header actions