diff --git a/components/HotelReservation/HotelCard/index.tsx b/components/HotelReservation/HotelCard/index.tsx
index c294e5c0d..77d038105 100644
--- a/components/HotelReservation/HotelCard/index.tsx
+++ b/components/HotelReservation/HotelCard/index.tsx
@@ -95,7 +95,8 @@ export default async function HotelCard({ hotel }: HotelCardProps) {
size="small"
className={styles.button}
>
-
+ {/* TODO: Localize link and also use correct search params */}
+
{intl.formatMessage({ id: "See rooms" })}