Skip to content

Commit

Permalink
Merge pull request #14002 from nextcloud/backport/13993/stable29
Browse files Browse the repository at this point in the history
[stable29] fix: remove "formatted" from copy message button
  • Loading branch information
nickvergessen authored Dec 16, 2024
2 parents 68e6fc3 + aa11375 commit 364a92d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,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 364a92d

Please sign in to comment.