From 7f0fd45f3a1411294e6f43e3bd47c3fa05f4e6c7 Mon Sep 17 00:00:00 2001
From: Philipinho <16838612+Philipinho@users.noreply.github.com>
Date: Sat, 20 Jul 2024 18:20:10 +0100
Subject: [PATCH] singular & plural count
---
.../client/src/features/page/components/page-import-modal.tsx | 4 +++-
apps/client/src/features/space/components/space-list.tsx | 3 ++-
2 files changed, 5 insertions(+), 2 deletions(-)
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: