diff --git a/app/lib/components/Chat/FileChatEntry.jsx b/app/lib/components/Chat/FileChatEntry.jsx index f0e0c40..e5c23f7 100644 --- a/app/lib/components/Chat/FileChatEntry.jsx +++ b/app/lib/components/Chat/FileChatEntry.jsx @@ -95,7 +95,11 @@ class FileChatEntry extends Component
{!this.state.active && !this.state.files && ( -

A new file was shared.

+ {this.props.message.sender === 'client' ? ( +

You shared a file.

+ ) : ( +

A new file was shared.

+ )}

{magnet.decode(this.props.message.file.magnet).dn}