Loading OnionSproutsBot/helpers.py +9 −1 Original line number Diff line number Diff line Loading @@ -67,7 +67,15 @@ async def upload_succeeded( + "</b>\n\n" + _("Here's your download") + f" <b>({platform}).</b> " + _("Stay safe!"), + _("Stay safe!") + _("(Advanced) To verify your download, import Tor Browser signing key " "and use it to check the .asc signature file included with your download.") + "\n\n" + _("Tor Browser signing key (torbrowser@torproject.org):") + "\n" + " <code>Fingerprint: EF6E 286D DA85 EA2A 4BA7 DE68 4E2C 6E87 9329 8290</code>" + "\n + " <code>Keyserver link: https://keys.openpgp.org/vks/v1/by-fingerprint/EF6E286DDA85EA2A4BA7DE684E2C6E8793298290</code>", reply_markup=InlineKeyboardMarkup( [[InlineKeyboardButton(_("Main Menu"), "welcome:" + user_lang)]] ), Loading Loading
OnionSproutsBot/helpers.py +9 −1 Original line number Diff line number Diff line Loading @@ -67,7 +67,15 @@ async def upload_succeeded( + "</b>\n\n" + _("Here's your download") + f" <b>({platform}).</b> " + _("Stay safe!"), + _("Stay safe!") + _("(Advanced) To verify your download, import Tor Browser signing key " "and use it to check the .asc signature file included with your download.") + "\n\n" + _("Tor Browser signing key (torbrowser@torproject.org):") + "\n" + " <code>Fingerprint: EF6E 286D DA85 EA2A 4BA7 DE68 4E2C 6E87 9329 8290</code>" + "\n + " <code>Keyserver link: https://keys.openpgp.org/vks/v1/by-fingerprint/EF6E286DDA85EA2A4BA7DE684E2C6E8793298290</code>", reply_markup=InlineKeyboardMarkup( [[InlineKeyboardButton(_("Main Menu"), "welcome:" + user_lang)]] ), Loading