Skip to content

Commit

Permalink
Fix i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadim Yakhin committed Mar 24, 2022
1 parent 445e7e2 commit 62cec10
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,12 @@ export const ElasticsearchCloudId: React.FC = () => {

<EuiFlexItem>
<EuiButton>
{i18n.translate('xpack.enterpriseSearch.overview.elasticsearchCloudId.manageLink', {
defaultMessage: 'Manage API Keys',
})}
{i18n.translate(
'xpack.enterpriseSearch.overview.elasticsearchCloudId.manageApiKeysLink',
{
defaultMessage: 'Manage API Keys',
}
)}
</EuiButton>
</EuiFlexItem>
</EuiFlexGroup>
Expand Down

0 comments on commit 62cec10

Please sign in to comment.