diff --git a/client/lib/screens/notifications_page.dart b/client/lib/screens/notifications_page.dart index 7b3e07b..b6f3941 100644 --- a/client/lib/screens/notifications_page.dart +++ b/client/lib/screens/notifications_page.dart @@ -35,24 +35,24 @@ class NotificationsScreen extends ConsumerWidget { icon: PangolinIcons.bell, status: PangolinStatus.neutral, typeLabel: t.notifTypeNews, - title: '产品动态标题占位', - sub: '2 天前', + title: 'Product update', // TODO(spec-3): placeholder + sub: '2 days ago', read: false, ), ( icon: PangolinIcons.zap, status: PangolinStatus.connected, typeLabel: t.notifTypeFeature, - title: '新功能上线标题占位', - sub: '5 天前', + title: 'New feature released', // TODO(spec-3): placeholder + sub: '5 days ago', read: false, ), ( icon: PangolinIcons.alertTriangle, status: PangolinStatus.error, typeLabel: t.notifTypeImportant, - title: '重要通知标题占位', - sub: '1 周前', + title: 'Important notice', // TODO(spec-3): placeholder + sub: '1 week ago', read: true, ), ];