Updated spelling for empty home timeline

Fixes #222

• Updated:
- spelling for empty home timeline
This commit is contained in:
mgabdev 2020-06-04 12:27:27 -04:00
parent 604434dfac
commit 2ad9f0a76c
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ import StatusList from '../components/status_list'
const messages = defineMessages({
title: { id: 'column.home', defaultMessage: 'Home' },
empty: { id: 'empty_timeline.home', defaultMessage: 'Your home timeline is empty. Start following other users to recieve their content here.' },
empty: { id: 'empty_timeline.home', defaultMessage: 'Your home timeline is empty. Start following other users to receive their content here.' },
})
const mapStateToProps = (state) => ({

View File

@ -1434,7 +1434,7 @@
"id": "column.home"
},
{
"defaultMessage": "Your home timeline is empty. Start following other users to recieve their content here.",
"defaultMessage": "Your home timeline is empty. Start following other users to receive their content here.",
"id": "empty_column.home"
},
{