Skip to content

Commit

Permalink
Update user risk dashboard name (#132441)
Browse files Browse the repository at this point in the history
  • Loading branch information
machadoum committed May 20, 2022
1 parent b3aee17 commit 3b7c7e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const StyledEuiFlexGroup = styled(EuiFlexGroup)`
margin-top: ${({ theme }) => theme.eui.paddingSizes.l};
`;

const RISKY_USERS_DASHBOARD_TITLE = 'User Risk Score (Start Here)';
const RISKY_USERS_DASHBOARD_TITLE = 'Current Risk Score For Users';

const UserRiskTabBodyComponent: React.FC<
Pick<UsersComponentsQueryProps, 'startDate' | 'endDate' | 'setQuery' | 'deleteQuery'> & {
Expand Down

0 comments on commit 3b7c7e8

Please sign in to comment.