diff --git a/web/react/components/post_info.jsx b/web/react/components/post_info.jsx index 9c53704b8d..dd2b154a0a 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 = (