From 0a0c7387905c7dc61fefd4f5f27d53b4797c00f6 Mon Sep 17 00:00:00 2001
From: Takayuki KUSANO <65759+tkusano@users.noreply.github.com>
Date: Sun, 23 Jun 2024 17:16:20 +0900
Subject: Modified to use "measure word" in "# others" (#4607)
---
src/screens/StarterPack/Wizard/index.tsx | 20 ++++++++++++++++----
1 file changed, 16 insertions(+), 4 deletions(-)
(limited to 'src')
diff --git a/src/screens/StarterPack/Wizard/index.tsx b/src/screens/StarterPack/Wizard/index.tsx
index 76691dc98..7cee86f84 100644
--- a/src/screens/StarterPack/Wizard/index.tsx
+++ b/src/screens/StarterPack/Wizard/index.tsx
@@ -493,17 +493,29 @@ function Footer({
are included in your starter pack
+ ) : state.currentStep === 'Profiles' ? (
+
+
+ {getName(items[initialNamesIndex])},{' '}
+
+
+ {getName(items[initialNamesIndex + 1])},{' '}
+
+ and{' '}
+ {' '}
+ are included in your starter pack
+
) : (
-
+
{getName(items[initialNamesIndex])},{' '}
{getName(items[initialNamesIndex + 1])},{' '}
- and {items.length - 2}{' '}
- are
- included in your starter pack
+ and{' '}
+ {' '}
+ are included in your starter pack
)}
--
cgit 1.4.1