about summary refs log tree commit diff
path: root/app/assets/javascripts/components/features/blocks/index.jsx
diff options
context:
space:
mode:
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 => ({