diff --git a/app/javascript/gabsocial/features/home_timeline.js b/app/javascript/gabsocial/features/home_timeline.js index 508f9755..b3aa1d88 100644 --- a/app/javascript/gabsocial/features/home_timeline.js +++ b/app/javascript/gabsocial/features/home_timeline.js @@ -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) => ({ diff --git a/app/javascript/gabsocial/locales/defaultMessages.json b/app/javascript/gabsocial/locales/defaultMessages.json index 8a9ce6a7..38188cac 100644 --- a/app/javascript/gabsocial/locales/defaultMessages.json +++ b/app/javascript/gabsocial/locales/defaultMessages.json @@ -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" }, {