Skip to content

Commit

Permalink
add i18n
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Li <[email protected]>
  • Loading branch information
joshuali925 committed Jul 16, 2024
1 parent 4675a07 commit 6692242
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions public/components/event_analytics/explorer/no_results.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -262,11 +262,20 @@ export const NoResults = ({ tabId, dataSourceConnectionType, eventsLoading }: No
) : (
<EuiEmptyPrompt
iconType={'editorCodeBlock'}
title={<h2>Get started</h2>}
title={
<h2>
<FormattedMessage
id="observability.noResults.queryAssist.getStarted.title"
defaultMessage="Get started"
/>
</h2>
}
body={
<p>
Enter your natural language question to automatically generate summaries and
complex queries using simple conversational prompts
<FormattedMessage
id="observability.noResults.queryAssist.getStarted.body"
defaultMessage="Enter your natural language question to automatically generate summaries and complex queries using simple conversational prompts."
/>
</p>
}
/>
Expand Down

0 comments on commit 6692242

Please sign in to comment.