refactor: Change group description to chat description

This commit is contained in:
krille-chan 2023-08-13 08:07:03 +02:00
commit 0836a5c862
No known key found for this signature in database
4 changed files with 12 additions and 29 deletions

View file

@ -147,7 +147,7 @@ class PublicRoomBottomSheet extends StatelessWidget {
if (profile?.topic?.isNotEmpty ?? false)
ListTile(
title: Text(
L10n.of(context)!.groupDescription,
L10n.of(context)!.chatDescription,
style: TextStyle(
color: Theme.of(context).colorScheme.secondary,
),