Skip to content

Commit

Permalink
fix i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
patrykkopycinski committed Jan 26, 2021
1 parent dc7e5b6 commit 44e66d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/osquery/public/components/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const OsqueryAppComponent = () => {
<EuiTitle size="l">
<h1>
<FormattedMessage
id="osquery.helloWorldText"
id="xpack.osquery.helloWorldText"
defaultMessage="{name}"
// eslint-disable-next-line react-perf/jsx-no-new-object-as-prop
values={{ name: PLUGIN_NAME }}
Expand Down

0 comments on commit 44e66d2

Please sign in to comment.