Minor wording improvements for emptycontent views

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
pull/116/head
Jan-Christoph Borchardt 2018-12-04 17:09:16 +01:00
rodzic af66b518cb
commit 8638318a96
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: CBD846FC845CBE17
1 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -113,17 +113,17 @@ export default {
},
direct: {
image: 'img/undraw/direct.svg',
title: t('social', 'No posts found'),
title: t('social', 'No direct messages found'),
description: t('social', 'Posts directed to you will show up here')
},
timeline: {
image: 'img/undraw/local.svg',
title: t('social', 'No posts found'),
description: t('social', 'Posts from this instance will show up here')
title: t('social', 'No local posts found'),
description: t('social', 'Posts from other people on this instance will show up here')
},
federated: {
image: 'img/undraw/global.svg',
title: t('social', 'No posts found'),
title: t('social', 'No global posts found'),
description: t('social', 'Posts from federated instances will show up here')
}
}