Skip to content

Commit

Permalink
Revert i18n key change
Browse files Browse the repository at this point in the history
There's already a translation for this, no need for extra work here.
  • Loading branch information
rylnd committed Aug 10, 2020
1 parent 96f3608 commit f7aa1fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const SHOW_ELASTIC_JOBS = i18n.translate(
);

export const SHOW_CUSTOM_JOBS = i18n.translate(
'xpack.securitySolution.components.mlPopover.jobsTable.filters.showSecurityJobsLabel',
'xpack.securitySolution.components.mlPopover.jobsTable.filters.showSiemJobsLabel',
{
defaultMessage: 'Custom jobs',
}
Expand Down

0 comments on commit f7aa1fd

Please sign in to comment.