mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Fixed typo in i18n documentation
This commit is contained in:
parent
16649ec896
commit
5ec8137968
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ Also if you want to use translated string in keyword- or magic- filters you will
|
|||
from aiogram import F
|
||||
from aiogram.utils.i18n import lazy_gettext as __
|
||||
|
||||
@router.message(F.text.lower() == __("My menu entry"))
|
||||
@router.message(F.text == __("My menu entry"))
|
||||
...
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue