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']} — В главное меню"
)