Skip to content

Commit 82c5886

Browse files
authored
Merge pull request #57111 from FitseTLT/fix-update-onboarding-error-copy
Fix - Update Copy on error message "Please make a selection to continue"
2 parents 60d5f09 + 65b753a commit 82c5886

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/languages/en.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1842,7 +1842,7 @@ const translations = {
18421842
listOfWorkspaces: "Here's the list of workspaces you can join. Don't worry, you can always join them later if you prefer.",
18431843
workspaceMemberList: ({employeeCount, policyOwner}: WorkspaceMemberList) => `${employeeCount} member${employeeCount > 1 ? 's' : ''}${policyOwner}`,
18441844
whereYouWork: 'Where do you work?',
1845-
errorSelection: 'Please make a selection to continue.',
1845+
errorSelection: 'Select an option to move forward.',
18461846
purpose: {
18471847
title: 'What do you want to do today?',
18481848
errorContinue: 'Please press continue to get set up.',

src/languages/es.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1845,7 +1845,7 @@ const translations = {
18451845
joinAWorkspace: 'Unirse a un espacio de trabajo',
18461846
listOfWorkspaces: 'Aquí está la lista de espacios de trabajo a los que puedes unirte. No te preocupes, siempre puedes unirte a ellos más tarde si lo prefieres.',
18471847
whereYouWork: '¿Dónde trabajas?',
1848-
errorSelection: 'Por favor selecciona una opción para continuar.',
1848+
errorSelection: 'Selecciona una opción para continuar.',
18491849
purpose: {
18501850
title: '¿Qué quieres hacer hoy?',
18511851
errorContinue: 'Por favor, haz click en continuar para configurar tu cuenta.',

0 commit comments

Comments
 (0)