Add link to blocked users to getting started page

This commit is contained in:
Eugen Rochko 2017-02-05 19:22:05 +01:00
parent 920ba5fc4e
commit c5a08eb56e
2 changed files with 4 additions and 2 deletions

View file

@ -10,7 +10,7 @@ import { fetchBlocks, expandBlocks } from '../../actions/blocks';
import { defineMessages, injectIntl } from 'react-intl';
const messages = defineMessages({
heading: { id: 'column.blocks', defaultMessage: 'Blocked' }
heading: { id: 'column.blocks', defaultMessage: 'Blocked users' }
});
const mapStateToProps = state => ({