Skip to content

Commit 44e66d2

Browse files
fix i18n
1 parent dc7e5b6 commit 44e66d2

File tree

1 file changed

+1
-1
lines changed
  • x-pack/plugins/osquery/public/components

1 file changed

+1
-1
lines changed

x-pack/plugins/osquery/public/components/app.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export const OsqueryAppComponent = () => {
2929
<EuiTitle size="l">
3030
<h1>
3131
<FormattedMessage
32-
id="osquery.helloWorldText"
32+
id="xpack.osquery.helloWorldText"
3333
defaultMessage="{name}"
3434
// eslint-disable-next-line react-perf/jsx-no-new-object-as-prop
3535
values={{ name: PLUGIN_NAME }}

0 commit comments

Comments
 (0)