about summary refs log tree commit diff
path: root/app/assets/javascripts/components/features/blocks/index.jsx
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2017-02-05 19:22:05 +0100
committerEugen Rochko <eugen@zeonfederated.com>2017-02-05 19:22:05 +0100
commitc5a08eb56e11175630014837b41e17d72f0a67a1 (patch)
treef82e7860e9f0169d0c23e94599f692b29f38c7e4 /app/assets/javascripts/components/features/blocks/index.jsx
parent920ba5fc4e705ea9418d2cab12e4d2ffd53775de (diff)
Add link to blocked users to getting started page
Diffstat (limited to 'app/assets/javascripts/components/features/blocks/index.jsx')
-rw-r--r--app/assets/javascripts/components/features/blocks/index.jsx2
1 files changed, 1 insertions, 1 deletions
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 => ({