Slight locale changes

This commit is contained in:
2023-08-28 16:06:15 +02:00
parent 30b48c12f3
commit 029a965860
5 changed files with 12 additions and 8 deletions

View File

@@ -37,7 +37,7 @@ async def search_name(app: PyroClient, message: Message) -> Union[Location, None
if len(locations) == 0:
await message.reply_text(
"Could not find any locations by this name. Try rephrasing it or make sure you use the same location language and name itself as it in written by your local authorities in garbage collection schedule. You can also abort this operation with /cancel command.",
"Could not find any locations by this name. Try rephrasing it or make sure you use the same location language and name itself as it in written by your local authorities in garbage collection schedule.\n\nYou can also abort this operation with /cancel command.",
reply_markup=ForceReply(placeholder="Location name"),
)
continue