Skip to content

Commit 78ac4dd

Browse files
committed
Verbiage updates from Erin
1 parent ea3f2a5 commit 78ac4dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const MessageWithFeedbackExample: FunctionComponent = () => {
1010
const [hasPrivacyStatement, setHasPrivacyStatement] = useState(false);
1111

1212
const children = <>This is additional content.</>;
13-
const privacyStatement = 'This is a privacy statement text content.';
13+
const privacyStatement = 'Do not share any personal or other sensitive information in your feedback.';
1414

1515
return (
1616
<>
@@ -51,7 +51,7 @@ export const MessageWithFeedbackExample: FunctionComponent = () => {
5151
name="Bot"
5252
role="bot"
5353
avatar={patternflyAvatar}
54-
content="This is a message with the feedback card"
54+
content="This is a message with the feedback card:"
5555
userFeedbackForm={{
5656
quickResponses: [
5757
{ id: '1', content: 'Helpful information' },

0 commit comments

Comments
 (0)