Fixed locale strings

This commit is contained in:
Profitroll 2023-08-30 12:37:09 +02:00
parent 05f4765d99
commit 2c7916b886
Signed by: profitroll
GPG Key ID: FA35CAB49DACD3B2
2 changed files with 1 additions and 2 deletions

View File

@ -1 +0,0 @@
{}

View File

@ -15,7 +15,7 @@ async def search_name(app: PyroClient, message: Message) -> Union[Location, None
location: Union[Location, None] = None
await message.reply_text(
app._("location_request_name", "messages", locale=user.locale),
app._("location_name", "messages", locale=user.locale),
reply_markup=ForceReply(
placeholder=app._("location_name", "force_replies", locale=user.locale)
),