diff --git a/apps/client/src/features/page/components/page-import-modal.tsx b/apps/client/src/features/page/components/page-import-modal.tsx
index 8ac6eda7..baa9536e 100644
--- a/apps/client/src/features/page/components/page-import-modal.tsx
+++ b/apps/client/src/features/page/components/page-import-modal.tsx
@@ -92,10 +92,12 @@ function ImportFormatSelection({ spaceId, onClose }: ImportFormatSelection) {
}
if (pageCount > 0) {
+ const pageCountText = pageCount === 1 ? "1 page" : `${pageCount} pages`;
+
notifications.update({
id: alert,
color: "teal",
- title: `Successfully imported ${pageCount} pages`,
+ title: `Successfully imported ${pageCountText}`,
message: "Your import is complete.",
icon: