diff --git a/plugins/talk-plugin-permalink/client/components/PermalinkButton.js b/plugins/talk-plugin-permalink/client/components/PermalinkButton.js index 911ad8f82..cbc285f59 100644 --- a/plugins/talk-plugin-permalink/client/components/PermalinkButton.js +++ b/plugins/talk-plugin-permalink/client/components/PermalinkButton.js @@ -105,9 +105,9 @@ export default class PermalinkButton extends React.Component { }, ])} > - {!copyFailure && !copySuccessful && t('common.copy') } - {copySuccessful && t('common.copied') } - {copyFailure && t('common.notsupported') } + {!copyFailure && !copySuccessful && t('common.copy')} + {copySuccessful && t('common.copied')} + {copyFailure && t('common.notsupported')}