Skip to content

Commit

Permalink
finally correct text
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosmiceli committed Jul 13, 2024
1 parent 4a4997c commit ec9f033
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 84 deletions.
96 changes: 48 additions & 48 deletions src/languages/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1627,34 +1627,34 @@ export default {
hasBeenThrottledError: 'An error occurred while adding your bank account. Please wait a few minutes and try again.',
hasCurrencyError: 'Oops! It appears that your workspace currency is set to a different currency than USD. To proceed, please set it to USD and try again.',
error: {
youNeedToSelectAnOption: 'You need to select an option to proceed.',
noBankAccountAvailable: 'Sorry, no bank account is available.',
noBankAccountSelected: 'Please choose an account.',
taxID: 'Please enter a valid tax ID number.',
website: 'Please enter a valid website. The website should be in lowercase.',
zipCode: `Incorrect zip code format. Acceptable format: ${CONST.COUNTRY_ZIP_REGEX_DATA.US.samples}`,
phoneNumber: 'Please enter a valid phone number.',
companyName: 'Please enter a valid legal business name.',
addressCity: 'Please enter a valid city.',
addressStreet: 'Please enter a valid street address that is not a PO box.',
addressState: 'Please select a valid state.',
incorporationDateFuture: 'Incorporation date cannot be in the future.',
incorporationState: 'Please select a valid state.',
industryCode: 'Please enter a valid industry classification code. Must be 6 digits.',
restrictedBusiness: 'Please confirm company is not on the list of restricted businesses.',
routingNumber: 'Please enter a valid routing number.',
accountNumber: 'Please enter a valid account number.',
routingAndAccountNumberCannotBeSame: 'The routing number and account number cannot be the same.',
companyType: 'Please select a valid company type.',
tooManyAttempts: 'Due to a high number of login attempts, this option has been temporarily disabled for 24 hours. Please try again later or manually enter details instead.',
address: 'Please enter a valid address.',
dob: 'Please select a valid date of birth.',
age: 'Must be over 18 years old.',
ssnLast4: 'Please enter valid last 4 digits of SSN.',
firstName: 'Please enter a valid first name.',
lastName: 'Please enter a valid last name.',
noDefaultDepositAccountOrDebitCardAvailable: 'Please add a default deposit bank account or debit card.',
validationAmounts: 'The validation amounts you entered are incorrect. Please double-check your bank statement and try again.',
youNeedToSelectAnOption: 'Please select an option to proceed',

Check failure on line 1630 in src/languages/en.ts

View workflow job for this annotation

GitHub Actions / Run ESLint

Use periods at the end of error messages
noBankAccountAvailable: "Sorry, there's no bank account available",

Check failure on line 1631 in src/languages/en.ts

View workflow job for this annotation

GitHub Actions / Run ESLint

Use periods at the end of error messages
noBankAccountSelected: 'Please choose an account',

Check failure on line 1632 in src/languages/en.ts

View workflow job for this annotation

GitHub Actions / Run ESLint

Use periods at the end of error messages
taxID: 'Please enter a valid tax ID number',

Check failure on line 1633 in src/languages/en.ts

View workflow job for this annotation

GitHub Actions / Run ESLint

Use periods at the end of error messages
website: 'Please enter a valid website using lower-case letters',

Check failure on line 1634 in src/languages/en.ts

View workflow job for this annotation

GitHub Actions / Run ESLint

Use periods at the end of error messages
zipCode: `Please enter a valid ZIP code using the format: ${CONST.COUNTRY_ZIP_REGEX_DATA.US.samples}`,
phoneNumber: 'Please enter a valid phone number',

Check failure on line 1636 in src/languages/en.ts

View workflow job for this annotation

GitHub Actions / Run ESLint

Use periods at the end of error messages
companyName: 'Please enter a valid business name',

Check failure on line 1637 in src/languages/en.ts

View workflow job for this annotation

GitHub Actions / Run ESLint

Use periods at the end of error messages
addressCity: 'Please enter a valid city',

Check failure on line 1638 in src/languages/en.ts

View workflow job for this annotation

GitHub Actions / Run ESLint

Use periods at the end of error messages
addressStreet: 'Please enter a valid street address',

Check failure on line 1639 in src/languages/en.ts

View workflow job for this annotation

GitHub Actions / Run ESLint

Use periods at the end of error messages
addressState: 'Please select a valid state',

Check failure on line 1640 in src/languages/en.ts

View workflow job for this annotation

GitHub Actions / Run ESLint

Use periods at the end of error messages
incorporationDateFuture: "Incorporation date can't be in the future",
incorporationState: 'Please select a valid state',
industryCode: 'Please enter a valid industry classification code with six digits',
restrictedBusiness: "Please confirm the business isn't on the list of restricted businesses",
routingNumber: 'Please enter a valid routing number',
accountNumber: 'Please enter a valid account number',
routingAndAccountNumberCannotBeSame: "Routing and account numbers can't match",
companyType: 'Please select a valid company type',
tooManyAttempts: 'Due to a high number of login attempts, this option has been disabled for 24 hours. Please try again later or enter details manually instead.',
address: 'Please enter a valid address',
dob: 'Please select a valid date of birth',
age: 'Must be over 18 years old',
ssnLast4: 'Please enter valid last 4 digits of SSN',
firstName: 'Please enter a valid first name',
lastName: 'Please enter a valid last name',
noDefaultDepositAccountOrDebitCardAvailable: 'Please add a default deposit bank account or debit card',
validationAmounts: 'The validation amounts you entered are incorrect. Please double check your bank statement and try again.',
},
},
addPersonalBankAccountPage: {
Expand Down Expand Up @@ -1684,13 +1684,13 @@ export default {
userIsAlreadyMember: ({login, name}: UserIsAlreadyMemberParams) => `${login} is already a member of ${name}`,
},
onfidoStep: {
acceptTerms: 'By continuing with the request to activate your Expensify wallet, you confirm that you have read, understand and accept ',
acceptTerms: 'By continuing with the request to activate your Expensify Wallet, you confirm that you have read, understand, and accept',
facialScan: 'Onfido’s Facial Scan Policy and Release',
tryAgain: 'Try again',
verifyIdentity: 'Verify identity',
letsVerifyIdentity: "Let's verify your identity.",
letsVerifyIdentity: "Let's verify your identity",
butFirst: `But first, the boring stuff. Read up on the legalese in the next step and click "Accept" when you're ready.`,
genericError: 'An error occurred while processing this step. Please try again.',
genericError: 'There was an error. Please try again.',
cameraPermissionsNotGranted: 'Enable camera access',
cameraRequestMessage: 'We need access to your camera to complete bank account verification. Please enable via Settings > New Expensify.',
microphonePermissionsNotGranted: 'Enable microphone access',
Expand All @@ -1704,18 +1704,18 @@ export default {
},
additionalDetailsStep: {
headerTitle: 'Additional details',
helpText: 'We need to confirm the following information before you can send and receive money with your wallet.',
helpTextIdologyQuestions: 'Just a few more questions to finish verifying your identity.',
helpText: 'We need to confirm the following information before you can send and receive money from your wallet.',
helpTextIdologyQuestions: 'We need to ask you just a few more questions to finish validating your identity.',
helpLink: 'Learn more about why we need this.',
legalFirstNameLabel: 'Legal first name',
legalMiddleNameLabel: 'Legal middle name',
legalLastNameLabel: 'Legal last name',
selectAnswer: 'You need to select a response to proceed.',
ssnFull9Error: 'Please enter a valid 9-digit SSN.',
needSSNFull9: "We're having trouble verifying your SSN. Please enter the full 9 digits of your SSN.",
weCouldNotVerify: 'We could not verify',
pleaseFixIt: 'Please fix this information before continuing.',
failedKYCTextBefore: "We weren't able to verify your identity. Please try again later or reach out to ",
selectAnswer: 'Please select a response to proceed.',
ssnFull9Error: 'Please enter a valid nine-digit SSN.',
needSSNFull9: "We're having trouble verifying your SSN. Please enter the full nine digits of your SSN.",
weCouldNotVerify: "We couldn't verify",
pleaseFixIt: 'Please fix this information before continuing',
failedKYCTextBefore: "We weren't able to successfully verify your identity. Please try again later and reach out to ",
failedKYCTextAfter: ' if you have any questions.',
},
termsStep: {
Expand Down Expand Up @@ -1886,9 +1886,9 @@ export default {
doYouOwn25percent: 'Do you own 25% or more of',
doAnyIndividualOwn25percent: 'Do any individuals own 25% or more of',
areThereMoreIndividualsWhoOwn25percent: 'Are there more individuals who own 25% or more of',
regulationRequiresUsToVerifyTheIdentity: 'Regulation requires us to verify the identity of any individual who owns more than 25% of the company.',
companyOwner: 'Company owner',
enterLegalFirstAndLastName: "What's the owner's legal name?",
regulationRequiresUsToVerifyTheIdentity: 'Regulation requires us to verify the identity of any individual that owns more than 25% of the business.',
companyOwner: 'Business owner',
enterLegalFirstAndLastName: 'Enter the legal first and last name of the owner.',
legalFirstName: 'Legal first name',
legalLastName: 'Legal last name',
enterTheDateOfBirthOfTheOwner: "What's the owner's date of birth?",
Expand Down Expand Up @@ -1936,8 +1936,8 @@ export default {
completeVerification: 'Complete verification',
confirmAgreements: 'Please confirm the agreements below.',
certifyTrueAndAccurate: 'I certify that the information provided is true and accurate',
certifyTrueAndAccurateError: 'Please certify that the information is true and accurate',
isAuthorizedToUseBankAccount: 'I am authorized to use my company bank account for business spend',
certifyTrueAndAccurateError: 'Must certify information is true and accurate',
isAuthorizedToUseBankAccount: 'I am authorized to use this business bank account for business spend',
isAuthorizedToUseBankAccountError: 'You must be a controlling officer with authorization to operate the business bank account.',
termsAndConditions: 'terms and conditions',
},
Expand Down Expand Up @@ -2684,7 +2684,7 @@ export default {
moreFeatures: {
spendSection: {
title: 'Spend',
subtitle: 'Enable optional functionality that helps you scale your team.',
subtitle: 'Enable functionality that helps you scale your team.',
},
organizeSection: {
title: 'Organize',
Expand Down Expand Up @@ -3262,7 +3262,7 @@ export default {
yesStartOver: 'Yes, start over',
disconnectYour: 'Disconnect your ',
bankAccountAnyTransactions: ' bank account. Any outstanding transactions for this account will still complete.',
clearProgress: "Starting over will clear any progress you've made.",
clearProgress: "Starting over will clear the progress you've made so far.",
areYouSure: 'Are you sure?',
workspaceCurrency: 'Workspace currency',
updateCurrencyPrompt: 'It looks like your workspace is currently set to a different currency than USD. Please click the button below to update your currency to USD now.',
Expand Down Expand Up @@ -3709,8 +3709,8 @@ export default {
},
teachersUnitePage: {
teachersUnite: 'Teachers Unite',
joinExpensifyOrg: 'Join Expensify.org in eliminating injustice around the world and help teachers split their expenses for classrooms in need!',
iKnowATeacher: 'I know a teacher',
joinExpensifyOrg:
'Join Expensify.org in eliminating injustice around the world. The current "Teachers Unite" campaign supports educators everywhere by splitting the costs of essential school supplies.', iKnowATeacher: 'I know a teacher',
iAmATeacher: 'I am a teacher',
getInTouch: 'Excellent! Please share their information so we can get in touch with them.',
introSchoolPrincipal: 'Intro to your school principal',
Expand Down
Loading

0 comments on commit ec9f033

Please sign in to comment.