You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/languages/en.js
+4-9
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ export default {
8
8
attachment: 'Attachment',
9
9
to: 'To',
10
10
optional: 'Optional',
11
-
new: 'NEW',
11
+
new: 'New',
12
12
search: 'Search',
13
13
next: 'Next',
14
14
goBack: 'Go back',
@@ -272,7 +272,7 @@ export default {
272
272
changingYourPasswordPrompt: 'Changing your password will update your password for both your Expensify.com\nand New Expensify accounts.',
273
273
currentPassword: 'Current password',
274
274
newPassword: 'New password',
275
-
newPasswordPrompt: 'New password must be different than your old password, have at least 8 characters,\n1 capital letter, 1 lowercase letter, 1 number.',
275
+
newPasswordPrompt: 'New password must be different than your old password, have at least 8 characters,\n1 capital letter, 1 lowercase letter, and 1 number.',
276
276
confirmNewPassword: 'Confirm new password',
277
277
},
278
278
addPayPalMePage: {
@@ -399,7 +399,7 @@ export default {
399
399
confirmNewPassword: 'Confirm the password',
400
400
setPassword: 'Set password',
401
401
passwordsDontMatch: 'Passwords must match',
402
-
newPasswordPrompt: 'Your password must have at least 8 characters,\n1 capital letter, 1 lowercase letter, 1 number.',
402
+
newPasswordPrompt: 'Your password must have at least 8 characters,\n1 capital letter, 1 lowercase letter, and 1 number.',
403
403
passwordFormTitle: 'Welcome back to the New Expensify! Please set your password.',
404
404
passwordNotSet: 'We were unable to set your new password correctly.',
405
405
accountNotValidated: 'We were unable to validate your account. The validation code may have expired.',
@@ -702,14 +702,9 @@ export default {
702
702
},
703
703
invite: {
704
704
invitePeople: 'Invite new members',
705
-
invitePeoplePrompt: 'Invite new members to your workspace.',
706
705
personalMessagePrompt: 'Add a personal message (optional)',
707
-
enterEmailOrPhone: 'Emails or phone numbers',
708
-
EmailOrPhonePlaceholder: 'Enter comma-separated list of emails or phone numbers',
709
-
pleaseEnterValidLogin: 'Please ensure the email or phone number is valid (e.g. +15005550006).',
710
-
pleaseEnterUniqueLogin: 'That user is already a member of this workspace.',
706
+
pleaseSelectUser: 'Please select a user from contacts.',
711
707
genericFailureMessage: 'An error occurred inviting the user to the workspace, please try again.',
712
-
systemUserError: ({email})=>`Sorry, you cannot invite ${email} to a workspace.`,
713
708
welcomeNote: ({workspaceName})=>`You have been invited to ${workspaceName}! Download the Expensify mobile app to start tracking your expenses.`,
Copy file name to clipboardexpand all lines: src/languages/es.js
+4-9
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ export default {
8
8
attachment: 'Archivo adjunto',
9
9
to: 'A',
10
10
optional: 'Opcional',
11
-
new: 'NUEVO',
11
+
new: 'Nuevo',
12
12
search: 'Buscar',
13
13
next: 'Siguiente',
14
14
goBack: 'Regresar',
@@ -272,7 +272,7 @@ export default {
272
272
changingYourPasswordPrompt: 'El cambio de contraseña va a afectar tanto a la cuenta de Expensify.com\ncomo la de Nuevo Expensify.',
273
273
currentPassword: 'Contraseña actual',
274
274
newPassword: 'Nueva contraseña',
275
-
newPasswordPrompt: 'La nueva contraseña tiene que ser diferente de la antigua, tener al menos 8 letras,\n1 letra mayúscula, 1 letra minúscula y 1 número.',
275
+
newPasswordPrompt: 'La nueva contraseña debe ser diferente de la antigua, tener al menos 8 caracteres,\n1 letra mayúscula, 1 letra minúscula y 1 número.',
276
276
confirmNewPassword: 'Confirma la nueva contraseña',
0 commit comments