kopia lustrzana https://github.com/nextcloud/social
Adds an error message when notifications are found
Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>pull/625/head
rodzic
42645328c1
commit
399888f88f
|
|
@ -92,6 +92,11 @@ export default {
|
|||
title: t('social', 'No local posts found'),
|
||||
description: t('social', 'Posts from other people on this instance will show up here')
|
||||
},
|
||||
notifications: {
|
||||
image: 'img/undraw/profile.svg',
|
||||
title: t('social', 'No notifications found'),
|
||||
description: t('social', 'You haven\'t receive any notifications yet')
|
||||
},
|
||||
federated: {
|
||||
image: 'img/undraw/global.svg',
|
||||
title: t('social', 'No global posts found'),
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue