diff --git a/lib/screens/realm/realm_detail.dart b/lib/screens/realm/realm_detail.dart index 2928b4f8..cf995bdd 100644 --- a/lib/screens/realm/realm_detail.dart +++ b/lib/screens/realm/realm_detail.dart @@ -142,7 +142,9 @@ class RealmDetailScreen extends HookConsumerWidget { error: (error, _) => Center(child: Text('Error: $error')), data: (rooms) { if (rooms.isEmpty) { - return const SliverToBoxAdapter(child: SizedBox.shrink()); + return Text( + 'dataEmpty', + ).tr().padding(horizontal: 24, bottom: 12); } return Column( children: [