diff --git a/web/apps/photos/src/components/PhotoViewer/index.tsx b/web/apps/photos/src/components/PhotoViewer/index.tsx
index 741b14e42c..2ba43ada18 100644
--- a/web/apps/photos/src/components/PhotoViewer/index.tsx
+++ b/web/apps/photos/src/components/PhotoViewer/index.tsx
@@ -1043,7 +1043,6 @@ const ConversionFailedNotification1: React.FC<
);
};
-import { EllipsizedTypography } from "@/base/components/Typography";
import { type ModalVisibilityProps } from "@/base/components/utils/modal";
import {
FilledIconButton,
@@ -1100,9 +1099,9 @@ const ConversionFailedNotification: React.FC<
// text in children.
overflow="hidden"
>
-
+
{t("CONVERSION_FAILED_NOTIFICATION_MESSAGE")}
-
+