diff --git a/core/src/apps/common/sdcard.py b/core/src/apps/common/sdcard.py index 290790b194d..317e75b6a47 100644 --- a/core/src/apps/common/sdcard.py +++ b/core/src/apps/common/sdcard.py @@ -102,7 +102,7 @@ async def confirm_retry_sd( ctx, "warning_sd_retry", "SD card problem", - action="None", + action=None, description="There was a problem accessing the SD card.", icon=ui.ICON_WRONG, icon_color=ui.RED,