Loading OnionSproutsBot/plugins/dialogue.py +1 −1 Original line number Diff line number Diff line Loading @@ -105,7 +105,7 @@ async def explain_tor(client: Client, callback: CallbackQuery): "and ad tracking." ) + "\n\n" + _("The Tor network is a decentralized onion routing network and largely " + _("The Tor network is a decentralized onion routing network " "supported by volunteers around the world." ), reply_markup=InlineKeyboardMarkup( Loading Loading
OnionSproutsBot/plugins/dialogue.py +1 −1 Original line number Diff line number Diff line Loading @@ -105,7 +105,7 @@ async def explain_tor(client: Client, callback: CallbackQuery): "and ad tracking." ) + "\n\n" + _("The Tor network is a decentralized onion routing network and largely " + _("The Tor network is a decentralized onion routing network " "supported by volunteers around the world." ), reply_markup=InlineKeyboardMarkup( Loading