Skip to content

Commit

Permalink
fix: remove "formatted" from copy message button
Browse files Browse the repository at this point in the history
Signed-off-by: DorraJaouad <dorra.jaoued7@gmail.com>
  • Loading branch information
DorraJaouad committed Dec 13, 2024
1 parent 7c1b812 commit c09c938
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 c09c938

Please sign in to comment.