diff --git a/src/qml/EntryListDelegate.qml b/src/qml/EntryListDelegate.qml index 3d5e7f84..d595ad9a 100644 --- a/src/qml/EntryListDelegate.qml +++ b/src/qml/EntryListDelegate.qml @@ -31,7 +31,6 @@ Kirigami.SwipeListItem { contentItem: Kirigami.BasicListItem { anchors.top: parent.top anchors.bottom: parent.bottom - anchors.left: parent.left text: model.entry.title subtitle: model.entry.updated.toLocaleString(Qt.locale(), Locale.ShortFormat) + (model.entry.authors.length === 0 ? "" : " " + i18nc("by ", "by") + " " + model.entry.authors[0].name) reserveSpaceForIcon: false