Skip to content

Commit 3e78568

Browse files
Update packages/module/patternfly-docs/content/extensions/chatbot/examples/Messages/MessageWithMultipleActionGroups.tsx
Co-authored-by: Erin Donehoo <105813956+edonehoo@users.noreply.github.com>
1 parent c4c489c commit 3e78568

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/module/patternfly-docs/content/extensions/chatbot/examples/Messages/MessageWithMultipleActionGroups.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export const MessageWithMultipleActionGroups: FunctionComponent = () => (
99
name="Bot"
1010
role="bot"
1111
avatar={patternflyAvatar}
12-
content="This message contains multiple action groups, each with their own selection persistence. \n1. Feedback actions (thumbs up/down) with persistent selections \n2. Utility actions (copy, download) with non-persistent selections \n3. Listen action with persistent selection."
12+
content="This message contains multiple action groups, each with their own selection persistence: \n1. Feedback actions (thumbs up/down) with persistent selections \n2. Utility actions (copy, download) with non-persistent selections \n3. Listen action with persistent selection"
1313
actions={[
1414
{
1515
actions: {

0 commit comments

Comments
 (0)