Add link to blocked users to getting started page
This commit is contained in:
parent
920ba5fc4e
commit
c5a08eb56e
2 changed files with 4 additions and 2 deletions
|
@ -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 => ({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue