Skip to content

Commit e3ffa26

Browse files
committed
Improving translation in admin modules
1 parent 9850895 commit e3ffa26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tg_bot/modules/admin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def promote(bot: Bot, update: Update, args: List[str]) -> str:
6161
can_promote_members=bot_member.can_promote_members,
6262
)
6363

64-
message.reply_text("Successfully promoted!")
64+
message.reply_text("Utente promosso.")
6565
return (
6666
"<b>{}:</b>"
6767
"\n#PROMOZIONE"

0 commit comments

Comments
 (0)