File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/module/patternfly-docs/content/extensions/chatbot/examples/Messages Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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' } ,
You can’t perform that action at this time.
0 commit comments