Merge pull request #2660 from krille-chan/krille-chan-patch-2

chore: follow up user dialog
This commit is contained in:
Krille-chan 2026-03-05 21:02:15 +01:00 committed by GitHub
commit 424d4eef40
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -248,7 +248,7 @@ class UserDialog extends StatelessWidget {
router.go('/rooms/$roomId'); router.go('/rooms/$roomId');
}, },
child: Text( child: Text(
directChatRoomId != null directChatRoomId == null
? L10n.of(context).createNewChat ? L10n.of(context).createNewChat
: L10n.of(context).sendAMessage, : L10n.of(context).sendAMessage,
style: TextStyle(color: theme.colorScheme.secondary), style: TextStyle(color: theme.colorScheme.secondary),