diff --git a/selfdrive/car/hyundai/values.py b/selfdrive/car/hyundai/values.py
index dc19c5511d..16f1f42679 100644
--- a/selfdrive/car/hyundai/values.py
+++ b/selfdrive/car/hyundai/values.py
@@ -122,10 +122,11 @@ class CAR:
class Footnote(Enum):
+ # footnotes which mention "red panda" will be replaced with the CAN FD panda kit on the shop page
CANFD = CarFootnote(
"Requires a red panda for this CAN FD. " +
"All the hardware needed is sold in the CAN FD kit.",
- Column.MODEL, docs_only=True)
+ Column.MODEL, shop_footnote=True)
@dataclass