diff --git a/server/src/emails/album-update.email.tsx b/server/src/emails/album-update.email.tsx
index 3bed3a5b36..6fd2abb055 100644
--- a/server/src/emails/album-update.email.tsx
+++ b/server/src/emails/album-update.email.tsx
@@ -29,8 +29,8 @@ export const AlbumUpdateEmail = ({
- New media has been added to {albumName},
-
check it out!
+ New media has been added to {albumName}.
+
Check it out!
>
);
diff --git a/server/src/emails/components/button.component.tsx b/server/src/emails/components/button.component.tsx
index b490e36650..a1fc4636cc 100644
--- a/server/src/emails/components/button.component.tsx
+++ b/server/src/emails/components/button.component.tsx
@@ -1,12 +1,12 @@
import React from 'react';
-import { Button, ButtonProps } from '@react-email/components';
+import { Button, ButtonProps, Text } from '@react-email/components';
export const ImmichButton = ({ children, ...props }: ButtonProps) => (
);