Skip to content

Commit

Permalink
Precommit fix for main branch (#1448)
Browse files Browse the repository at this point in the history
  • Loading branch information
hasys authored Dec 6, 2024
1 parent f2ea72b commit 99f863b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ansible_ai_connect_chatbot/src/useChatbot/useChatbot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,10 @@ type AlertMessage = {

const INITIAL_NOTICE: AlertMessage = {
title: "Important",
message: `The Red Hat Ansible Automation Platform Lightspeed service provides
message: `The Red Hat Ansible Automation Platform Lightspeed service provides
answers to questions related to the Ansible Automation Platform. Please refrain
from including personal or business sensitive information in your input.
Interactions with the Ansible Automation Platform Lightspeed may be reviewed
from including personal or business sensitive information in your input.
Interactions with the Ansible Automation Platform Lightspeed may be reviewed
and utilized to enhance our products and services. `,
variant: "info",
};
Expand Down

0 comments on commit 99f863b

Please sign in to comment.