Skip to content

Commit

Permalink
[Ent Search] Playground copy tweaks (#182166)
Browse files Browse the repository at this point in the history
  • Loading branch information
leemthompo authored May 2, 2024
1 parent 13e5965 commit 1cf9efd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export const Chat = () => {
{
id: uuidv4(),
role: MessageRole.system,
content: 'Welcome to Playground! Ask a question to get started.',
content: 'Welcome! Ask a question to get started.',
},
...transformFromChatMessages(messages),
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export const SummarizationModel: React.FC<SummarizationModelProps> = ({
content={i18n.translate(
'xpack.searchPlayground.sidebar.summarizationModel.manageConnectorTooltip',
{
defaultMessage: 'Manage connector',
defaultMessage: 'Manage',
}
)}
>
Expand Down

0 comments on commit 1cf9efd

Please sign in to comment.