summaryrefslogtreecommitdiffstats
path: root/web/react/components
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-12-01 21:06:54 -0800
committer=Corey Hulen <corey@hulen.com>2015-12-01 21:06:54 -0800
commit17bd3ffcbd31eb4703355d657d15a85b5aff3c4b (patch)
treee198764ff45edd714c430dfa7964602373b28610 /web/react/components
parent3e51a9ea2a3107f7de71059c7a3447d6eded8d75 (diff)
downloadchat-17bd3ffcbd31eb4703355d657d15a85b5aff3c4b.tar.gz
chat-17bd3ffcbd31eb4703355d657d15a85b5aff3c4b.tar.bz2
chat-17bd3ffcbd31eb4703355d657d15a85b5aff3c4b.zip
Fixing typo
Diffstat (limited to 'web/react/components')
-rw-r--r--web/react/components/post_info.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/post_info.jsx b/web/react/components/post_info.jsx
index 9c53704b8..dd2b154a0 100644
--- a/web/react/components/post_info.jsx
+++ b/web/react/components/post_info.jsx
@@ -183,7 +183,7 @@ export default class PostInfo extends React.Component {
var dropdown = this.createDropdown();
const permalink = TeamStore.getCurrentTeamUrl() + '/pl/' + post.id;
- const copyButtonText = this.state.copiedLink ? (<div>{'Copy X '}<i className='fa fa-check'/></div>) : 'Copy X';
+ const copyButtonText = this.state.copiedLink ? (<div>{'Copy '}<i className='fa fa-check'/></div>) : 'Copy';
const permalinkOverlay = (
<Popover
id='permalink-overlay'