Skip to content

Commit af53676

Browse files
authored
Merge pull request #44 from syscoin/master
Update sysStatsReducers.js
2 parents 313337a + a3db0f0 commit af53676

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/redux/reducers/sysStatsReducers.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ const initialState = {
1313
text: [
1414
'GOVERNANCE INFO',
1515
[
16-
'NextPayout date',
17-
'Block height',
16+
'Next Payout Date',
17+
'Block Height',
1818
'Voting Deadline',
19-
'Governance available',
19+
'Governance Available',
2020
]
2121
]
2222
},

0 commit comments

Comments
 (0)