diff --git a/src/components/TimelineList.vue b/src/components/TimelineList.vue index 1dae5df8..87a767cb 100644 --- a/src/components/TimelineList.vue +++ b/src/components/TimelineList.vue @@ -96,7 +96,7 @@ export default { notifications: { image: 'img/undraw/notifications.svg', title: t('social', 'No notifications found'), - description: t('social', 'You haven\'t receive any notifications yet') + description: t('social', 'You have not receive any notifications yet') }, federated: { image: 'img/undraw/global.svg', @@ -109,7 +109,7 @@ export default { }, profile: { image: 'img/undraw/profile.svg', - title: t('social', 'You haven\'t tooted yet') + title: t('social', 'You have not tooted yet') }, tags: { image: 'img/undraw/profile.svg',