Skip to content

Commit

Permalink
fix(ClustersList): rename Total Risk to Total risk
Browse files Browse the repository at this point in the history
  • Loading branch information
gkarat committed Mar 9, 2022
1 parent 0c51519 commit dd3e152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AppConstants.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ export const RECS_LIST_COLUMNS = [
export const CLUSTER_FILTER_CATEGORIES = {
hits: {
type: 'checkbox',
title: 'Total Risk',
title: 'Total risk',
urlParam: 'hits',
values: [
{ label: 'All clusters', text: 'All clusters', value: 'all' },
Expand Down

0 comments on commit dd3e152

Please sign in to comment.