Skip to content

Commit

Permalink
Aligning wording across solutions for the custom system prompt (elast…
Browse files Browse the repository at this point in the history
…ic#196088)

## Summary

Aligning wording of the custom system prompt with Security solution
  • Loading branch information
emma-raffenne authored Oct 15, 2024
1 parent 2c876e8 commit 907de24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export function KnowledgeBaseEditUserInstructionFlyout({ onClose }: { onClose: (
<h2>
{i18n.translate(
'xpack.observabilityAiAssistantManagement.knowledgeBaseEditSystemPrompt.h2.editEntryLabel',
{ defaultMessage: 'AI User Profile' }
{ defaultMessage: 'User-specific System Prompt' }
)}
</h2>
</EuiTitle>
Expand All @@ -70,7 +70,7 @@ export function KnowledgeBaseEditUserInstructionFlyout({ onClose }: { onClose: (
'xpack.observabilityAiAssistantManagement.knowledgeBaseEditSystemPromptFlyout.personalPromptTextLabel',
{
defaultMessage:
'The AI User Profile will be appended to the system prompt. It is space-aware and will only be used for your prompts - not shared with other users.',
'This user-specific prompt will be appended to the system prompt. It is space-aware and will only be used for your prompts - not shared with other users.',
}
)}
</EuiText>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ export function KnowledgeBaseTab() {
>
{i18n.translate(
'xpack.observabilityAiAssistantManagement.knowledgeBaseTab.editInstructionsButtonLabel',
{ defaultMessage: 'Edit AI User Profile' }
{ defaultMessage: 'Edit User-specific Prompt' }
)}
</EuiButton>
</EuiFlexItem>
Expand Down

0 comments on commit 907de24

Please sign in to comment.