@@ -62,10 +62,10 @@ function Sidebar(props: any) {
62
62
{ target : 'include_active_sellers' , title : t ( 'SIDE_NAVIGATION.SEARCH_FILTERS.INCLUDE_ACTIVE_SELLERS' ) } ,
63
63
{ target : 'include_inactive_sellers' , title : t ( 'SIDE_NAVIGATION.SEARCH_FILTERS.INCLUDE_INACTIVE_SELLERS' ) } ,
64
64
{ target : 'include_test_sellers' , title : t ( 'SIDE_NAVIGATION.SEARCH_FILTERS.INCLUDE_TEST_SELLERS' ) } ,
65
- { target : 'include_trust_level_100' , title : t ( 'SIDE_NAVIGATION.SEARCH_FILTERS.INCLUDE_TRUST_LEVEL_100' ) } ,
66
- { target : 'include_trust_level_80' , title : t ( 'SIDE_NAVIGATION.SEARCH_FILTERS.INCLUDE_TRUST_LEVEL_80' ) } ,
67
- { target : 'include_trust_level_50' , title : t ( 'SIDE_NAVIGATION.SEARCH_FILTERS.INCLUDE_TRUST_LEVEL_50' ) } ,
68
- { target : 'include_trust_level_0' , title : t ( 'SIDE_NAVIGATION.SEARCH_FILTERS.INCLUDE_TRUST_LEVEL_0' ) } ,
65
+ { target : 'include_trust_level_100' , title : 'Trust-o-meter 100%' } ,
66
+ { target : 'include_trust_level_80' , title : 'Trust-o-meter 80%' } ,
67
+ { target : 'include_trust_level_50' , title : 'Trust-o-meter 50%' } ,
68
+ { target : 'include_trust_level_0' , title : 'Trust-o-meter 0%' } ,
69
69
] ;
70
70
71
71
const { currentUser, autoLoginUser, setReload, showAlert } = useContext ( AppContext ) ;
0 commit comments