Skip to content

Commit cd4909d

Browse files
authored
VisitCount should have a space in the middle (#8321)
Fixes #7609
1 parent d4b9c61 commit cd4909d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/candidate_list/jsx/candidateListIndex.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ class CandidateListIndex extends Component {
281281
},
282282
},
283283
{
284-
'label': 'VisitCount',
284+
'label': 'Visit Count',
285285
'show': true,
286286
'filter': {
287287
name: 'visitCount',

0 commit comments

Comments
 (0)