mirror of
https://github.com/nextcloud/desktop.git
synced 2024-12-18 20:02:17 +03:00
Bolden string showing who owns the share that was shared with me
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
parent
aa7be97edb
commit
88a2904651
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue