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: [PATCH] Modified to use "measure word" in "# others" (#4607) --- src/screens/StarterPack/Wizard/index.tsx | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/src/screens/StarterPack/Wizard/index.tsx b/src/screens/StarterPack/Wizard/index.tsx index 76691dc985..7cee86f840 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 {items.length - 2}{' '} - are - included in your starter pack + and{' '} + {' '} + are included in your starter pack + + ) : ( + + + {getName(items[initialNamesIndex])},{' '} + + + {getName(items[initialNamesIndex + 1])},{' '} + + and{' '} + {' '} + are included in your starter pack )}