diff --git a/lib/chat_screen.dart b/lib/chat_screen.dart index 59ef2da..d9588ad 100644 --- a/lib/chat_screen.dart +++ b/lib/chat_screen.dart @@ -1415,7 +1415,7 @@ class _ChatScreenState extends State { builder: (context) => AlertDialog( title: const Text('Удалить чат'), content: Text( - 'Вы уверены, что хотите удалить чат с ${_currentContact.name}? Это действие нельзя отменить.', + 'Вы уверены, что хотите удалить чат с ${_currentContact.name}? Это действие нельзя отменить.', //1231231233 ), actions: [ TextButton(