refactor: Change group description to chat description
This commit is contained in:
parent
d9c5cbea26
commit
0836a5c862
4 changed files with 12 additions and 29 deletions
|
|
@ -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,
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue