From a982bc3dcf22c2eaa59c0bd66cb45da617fae17d Mon Sep 17 00:00:00 2001 From: jganenok Date: Sat, 22 Nov 2025 15:59:31 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B9=20=D0=B1=D0=BB=D1=8F=20=D0=B2?= =?UTF-8?q?=D0=B8=D0=B4=D0=BD=D0=BE=20=D0=B7=D0=B0=D0=BA=D1=80=D0=B5=D0=BF?= =?UTF-8?q?=D0=BB=D0=B5=D0=BD=D0=BD=D1=8B=D0=B5=20=D1=81=D0=BE=D0=BE=20?= =?UTF-8?q?=D0=B2=20=D1=87=D0=B0=D1=82=D0=B0=D1=85*?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/chat_screen.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(