From f90dd77bd8d7ae299cde22e72ba9b4dc8c279154 Mon Sep 17 00:00:00 2001 From: dddennnisss Date: Fri, 14 Aug 2026 14:55:24 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20utils/texts.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/texts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/texts.py b/utils/texts.py index 83e6282..39f40ce 100644 --- a/utils/texts.py +++ b/utils/texts.py @@ -238,7 +238,7 @@ def _photo_ai_processing(emojis: dict) -> str: def _photo_moderation_pending(photo_id: str, emojis: dict) -> str: return ( - f"⏳ У вас уже есть фото на модерации (ID: {photo_id}).\n\n" + f"⏳ У вас уже есть фото на модерации.\n\n" f"Ожидайте решения модератора.\n\n" f"{emojis['0']} — В главное меню" )