diff --git a/web/apps/photos/src/components/pages/gallery/PlanSelector/plans/index.tsx b/web/apps/photos/src/components/pages/gallery/PlanSelector/plans/index.tsx index fbe4f3f2f9..3489d3f03d 100644 --- a/web/apps/photos/src/components/pages/gallery/PlanSelector/plans/index.tsx +++ b/web/apps/photos/src/components/pages/gallery/PlanSelector/plans/index.tsx @@ -70,7 +70,7 @@ const FreePlanRow: React.FC = ({ closeModal, storage }) => { return ( - {t("free_plan_option")} + {t("free_plan_option")} {t("free_plan_description", { storage: formattedStorageByteSize(storage),