Reports: tweak empty message text
This commit is contained in:
parent
35a148d9c9
commit
2c58396b00
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ import Report from './components/report';
|
|||
|
||||
const messages = defineMessages({
|
||||
heading: { id: 'column.admin.reports', defaultMessage: 'Reports' },
|
||||
emptyMessage: { id: 'admin.reports.empty_message', defaultMessage: 'There are no open reports. When a user reports a post, it will show up here.' },
|
||||
emptyMessage: { id: 'admin.reports.empty_message', defaultMessage: 'There are no open reports. If a user gets reported, they will show up here.' },
|
||||
});
|
||||
|
||||
const mapStateToProps = state => {
|
||||
|
|
Loading…
Reference in a new issue