Skip to content

Commit

Permalink
Merge pull request #8500 from Expensify/cmartins-addPleaseEnterValidL…
Browse files Browse the repository at this point in the history
…oginCopy

Add missing copy for pleaseEnterValidLogin
  • Loading branch information
luacmartins committed Apr 11, 2022
2 parents f9987f9 + 6f8455c commit fd0f83a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/languages/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -848,6 +848,7 @@ export default {
pleaseSelectUser: 'Please select a user from contacts.',
genericFailureMessage: 'An error occurred inviting the user to the workspace, please try again.',
welcomeNote: ({workspaceName}) => `You have been invited to ${workspaceName || 'a workspace'}! Download the Expensify mobile app at use.expensify.com/download to start tracking your expenses.`,
pleaseEnterValidLogin: 'Please ensure the email or phone number is valid (e.g. +15005550006).',
},
editor: {
nameInputLabel: 'Name',
Expand Down
1 change: 1 addition & 0 deletions src/languages/es.js
Original file line number Diff line number Diff line change
Expand Up @@ -850,6 +850,7 @@ export default {
pleaseSelectUser: 'Asegúrese de que el correo electrónico o el número de teléfono sean válidos (p. ej. +15005550006).',
genericFailureMessage: 'Se produjo un error al invitar al usuario al espacio de trabajo. Vuelva a intentarlo..',
welcomeNote: ({workspaceName}) => `¡Has sido invitado a ${workspaceName}! Descargue la aplicación móvil Expensify en use.expensify.com/download para comenzar a rastrear sus gastos.`,
pleaseEnterValidLogin: 'Asegúrese de que el correo electrónico o el número de teléfono sean válidos (e.g. +15005550006).',
},
editor: {
nameInputLabel: 'Nombre',
Expand Down

0 comments on commit fd0f83a

Please sign in to comment.