summaryrefslogtreecommitdiffstats
path: root/web/react/components/file_attachment.jsx
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2016-01-11 09:57:27 -0500
committerHarrison Healey <harrisonmhealey@gmail.com>2016-01-11 09:57:27 -0500
commit01d6a48419d351f92c40f8ed9352fa203cc46e4a (patch)
tree621648425e7d6d973ef3cb1e25651e928b5d6bef /web/react/components/file_attachment.jsx
parent7aa7f83524c06b6e0a9ec2274d4ac4744a83bda8 (diff)
parent7f1f7885e73b2e54b590adc2207d807cf72b3843 (diff)
downloadchat-01d6a48419d351f92c40f8ed9352fa203cc46e4a.tar.gz
chat-01d6a48419d351f92c40f8ed9352fa203cc46e4a.tar.bz2
chat-01d6a48419d351f92c40f8ed9352fa203cc46e4a.zip
Merge pull request #1822 from asaadmahmoodspin/ui-improvements
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}