Skip to content

Commit

Permalink
Merge pull request #13993 from nextcloud/fix/13990/copy-message
Browse files Browse the repository at this point in the history
fix: remove "formatted" from copy message button
  • Loading branch information
nickvergessen authored Dec 14, 2024
2 parents aaf63a4 + c09c938 commit e67dad9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
<template #icon>
<ContentCopy :size="20" />
</template>
{{ t('spreed', 'Copy formatted message') }}
{{ t('spreed', 'Copy message') }}
</NcActionButton>
<NcActionButton close-after-click
@click.stop="handleCopyMessageLink">
Expand Down

0 comments on commit e67dad9

Please sign in to comment.