Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsonpl committed May 18, 2022
1 parent 268d54a commit b47286a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,7 @@ const PackQueriesStatusTableComponent: React.FC<PackQueriesStatusTableProps> = (
width: '12%',
},
{
name: i18n.translate('xpack.osquery.pack.queriesTable.cocsResultsColumnTitle', {
name: i18n.translate('xpack.osquery.pack.queriesTable.docsResultsColumnTitle', {
defaultMessage: 'Docs',
}),
render: renderDocsColumn,
Expand Down

0 comments on commit b47286a

Please sign in to comment.