chore: follow up user dialog

This commit is contained in:
Krille-chan 2026-03-05 18:56:33 +01:00 committed by GitHub
commit dba3553a59
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),