Skip to content

Commit

Permalink
Add translation for Callout
Browse files Browse the repository at this point in the history
  • Loading branch information
saarikabhasi committed May 18, 2023
1 parent b7cc05d commit 6b9a251
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,13 @@ export const SelectClientPanel: React.FC<SelectClientProps> = ({
))}
</EuiFlexGroup>
<EuiSpacer />
<EuiCallOut title="Try it now in Console" size="m" iconType="iInCircle">
<EuiCallOut
title={i18n.translate('xpack.serverlessSearch.selectClient.callout.title', {
defaultMessage: 'Try it now in Console',
})}
size="m"
iconType="iInCircle"
>
<p>
{i18n.translate('xpack.serverlessSearch.selectClient.callout.description', {
defaultMessage:
Expand Down

0 comments on commit 6b9a251

Please sign in to comment.