Skip to content

Commit 8e5df16

Browse files
Update packages/module/src/Message/CodeBlockMessage/CodeBlockMessage.tsx
Co-authored-by: Erin Donehoo <[email protected]>
1 parent 30e6135 commit 8e5df16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/module/src/Message/CodeBlockMessage/CodeBlockMessage.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ const CodeBlockMessage = ({
4949
maxLength = 10,
5050
expandableSectionProps,
5151
expandableSectionToggleProps,
52-
expandedText = 'Show Less',
53-
collapsedText = 'Show More',
52+
expandedText = 'Show less',
53+
collapsedText = 'Show more',
5454
...props
5555
}: CodeBlockProps) => {
5656
const [copied, setCopied] = useState(false);

0 commit comments

Comments
 (0)