From c5a08eb56e11175630014837b41e17d72f0a67a1 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Sun, 5 Feb 2017 19:22:05 +0100 Subject: Add link to blocked users to getting started page --- app/assets/javascripts/components/features/blocks/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/assets/javascripts/components/features/blocks') diff --git a/app/assets/javascripts/components/features/blocks/index.jsx b/app/assets/javascripts/components/features/blocks/index.jsx index 9bc226d61..e941b27f7 100644 --- a/app/assets/javascripts/components/features/blocks/index.jsx +++ b/app/assets/javascripts/components/features/blocks/index.jsx @@ -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 => ({ -- cgit