Skip to content

Commit 6d120bf

Browse files
authored
Merge pull request Expensify#64146 from nkdengineer/fix/62262
fix: Guide message contains undefined
2 parents 02e37d7 + 219203e commit 6d120bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/CONST/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5523,7 +5523,7 @@ const CONST = {
55235523
[onboardingChoices.EMPLOYER]: onboardingEmployerOrSubmitMessage,
55245524
[onboardingChoices.SUBMIT]: onboardingEmployerOrSubmitMessage,
55255525
[onboardingChoices.MANAGE_TEAM]: {
5526-
message: ({onboardingCompanySize: companySize}) => `Here is a task list I’d recommend for a company of your size with ${companySize} submitters:`,
5526+
message: ({onboardingCompanySize: companySize}) => `Here is a task list I’d recommend for a company of your size${companySize ? ` with ${companySize} submitters` : ':'}`,
55275527
tasks: [
55285528
createWorkspaceTask,
55295529
testDriveAdminTask,

0 commit comments

Comments
 (0)