This commit is contained in:
Helmut Januschka
2018-08-16 14:25:48 +02:00
parent e48d89a607
commit b070a7cc52
@@ -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')}
</Button>
</div>
</div>