diff --git a/web/apps/photos/src/components/Collections/AllCollections/index.tsx b/web/apps/photos/src/components/Collections/AllCollections/index.tsx
index ebbfc9a3ed..4a199dc576 100644
--- a/web/apps/photos/src/components/Collections/AllCollections/index.tsx
+++ b/web/apps/photos/src/components/Collections/AllCollections/index.tsx
@@ -115,7 +115,11 @@ const AllCollectionsHeader = ({
{t("albums_count", { count: collectionCount })}
diff --git a/web/apps/photos/src/components/Collections/CollectionShare.tsx b/web/apps/photos/src/components/Collections/CollectionShare.tsx
index 6aceae2e9b..4f40cb1a22 100644
--- a/web/apps/photos/src/components/Collections/CollectionShare.tsx
+++ b/web/apps/photos/src/components/Collections/CollectionShare.tsx
@@ -981,7 +981,6 @@ const ManageEmailShare: React.FC = ({
))}
}
- fontWeight={"bold"}
onClick={openAddViewer}
label={
viewers?.length
@@ -1894,7 +1893,7 @@ function PublicLinkSetPassword({
{t("password_lock")}
diff --git a/web/apps/photos/src/components/Export.tsx b/web/apps/photos/src/components/Export.tsx
index d54654cba1..da95e7fc49 100644
--- a/web/apps/photos/src/components/Export.tsx
+++ b/web/apps/photos/src/components/Export.tsx
@@ -178,7 +178,7 @@ export const Export: React.FC = ({
return (
-
+
{t("photos_count", { count: fileCount ?? 0 })}
@@ -332,7 +332,7 @@ interface LegendProps {
const Legend: React.FC = ({ label, color }) => (
-
+
{label}
diff --git a/web/apps/photos/src/components/Sidebar/index.tsx b/web/apps/photos/src/components/Sidebar/index.tsx
index b76b11a477..6887f0c7c8 100644
--- a/web/apps/photos/src/components/Sidebar/index.tsx
+++ b/web/apps/photos/src/components/Sidebar/index.tsx
@@ -349,12 +349,7 @@ function MemberSubscriptionManage({ open, userDetails, onClose }) {