summaryrefslogtreecommitdiffstats
path: root/web/react/components/file_attachment.jsx
diff options
context:
space:
mode:
authorAsaad Mahmood <asaad@spinpunch.com>2016-01-07 13:07:22 +0500
committerAsaad Mahmood <asaad@spinpunch.com>2016-01-07 13:07:22 +0500
commitd9f5e0097b28ba5efa105fea3c7da0bfbeb49070 (patch)
treedda72ab9ba06c883d6b0ec4b2eb72302cc58b72b /web/react/components/file_attachment.jsx
parent5bcb9f1c50ed9c319d2a21f2ecb4816c51d18b40 (diff)
downloadchat-d9f5e0097b28ba5efa105fea3c7da0bfbeb49070.tar.gz
chat-d9f5e0097b28ba5efa105fea3c7da0bfbeb49070.tar.bz2
chat-d9f5e0097b28ba5efa105fea3c7da0bfbeb49070.zip
Multiple UI Improvements
Diffstat (limited to 'web/react/components/file_attachment.jsx')
-rw-r--r--web/react/components/file_attachment.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/file_attachment.jsx b/web/react/components/file_attachment.jsx
index c10269680..eeb218bfe 100644
--- a/web/react/components/file_attachment.jsx
+++ b/web/react/components/file_attachment.jsx
@@ -266,7 +266,7 @@ export default class FileAttachment extends React.Component {
href={fileUrl}
download={filenameString}
data-toggle='tooltip'
- title={'Download ' + filenameString}
+ title={'Download \"' + filenameString + '\"'}
className='post-image__name'
>
{trimmedFilename}