lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

bottles: fix typo in `warn-unsupported.patch` (#408701)

authored by

Aleksana and committed by
GitHub
3ed788d7 19057759

+1 -1
+1 -1
pkgs/by-name/bo/bottles-unwrapped/warn-unsupported.patch
··· 20 20 error_dialog = Adw.AlertDialog.new( 21 21 _("Unsupported Environment"), 22 22 - f"{body} <a href='https://{download_url}' title='https://{download_url}'>{download_url}.</a>", 23 - + f"{body} <a href='https://{bugtracker_url}' title='https://{bugtracker_url}'>{bugtracker_url}.</a> \nThis warning can be disabled by overriding the package: `(pkgs.bottles.override {{ removeWarningPopup = false; }})`", 23 + + f"{body} <a href='https://{bugtracker_url}' title='https://{bugtracker_url}'>{bugtracker_url}.</a> \nThis warning can be disabled by overriding the package: `(pkgs.bottles.override {{ removeWarningPopup = true; }})`", 24 24 ) 25 25 26 26 error_dialog.add_response("close", _("Close"))