From 17bd3ffcbd31eb4703355d657d15a85b5aff3c4b Mon Sep 17 00:00:00 2001 From: =Corey Hulen Date: Tue, 1 Dec 2015 21:06:54 -0800 Subject: Fixing typo --- web/react/components/post_info.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/react/components') 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 ? (
{'Copy X '}
) : 'Copy X'; + const copyButtonText = this.state.copiedLink ? (
{'Copy '}
) : 'Copy'; const permalinkOverlay = (