Skip to content

Commit

Permalink
Fix i18n ID
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed Jun 22, 2021
1 parent 9513d1f commit d87244d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const EmptyState: React.FC = () => (
iconType="popout"
href={`${DOCS_PREFIX}/api-reference.html`}
>
{i18n.translate('xpack.enterpriseSearch.appSearch.engine.searchUI.empty.buttonLabel', {
{i18n.translate('xpack.enterpriseSearch.appSearch.engine.apiLogs.empty.buttonLabel', {
defaultMessage: 'View the API reference',
})}
</EuiButton>
Expand Down

0 comments on commit d87244d

Please sign in to comment.