diff --git a/src/gui/filedetails/ShareView.qml b/src/gui/filedetails/ShareView.qml index 13a3d30492..550bcc67a0 100644 --- a/src/gui/filedetails/ShareView.qml +++ b/src/gui/filedetails/ShareView.qml @@ -147,6 +147,7 @@ ColumnLayout { EnforcedPlainTextLabel { visible: shareModel.displayShareOwner text: qsTr("Shared with you by %1").arg(shareModel.shareOwnerDisplayName) + font.bold: true } EnforcedPlainTextLabel { visible: shareModel.sharedWithMeExpires