Skip to content

Commit ec9f033

Browse files
committed
finally correct text
1 parent 4a4997c commit ec9f033

File tree

2 files changed

+82
-84
lines changed

2 files changed

+82
-84
lines changed

src/languages/en.ts

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1627,34 +1627,34 @@ export default {
16271627
hasBeenThrottledError: 'An error occurred while adding your bank account. Please wait a few minutes and try again.',
16281628
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.',
16291629
error: {
1630-
youNeedToSelectAnOption: 'You need to select an option to proceed.',
1631-
noBankAccountAvailable: 'Sorry, no bank account is available.',
1632-
noBankAccountSelected: 'Please choose an account.',
1633-
taxID: 'Please enter a valid tax ID number.',
1634-
website: 'Please enter a valid website. The website should be in lowercase.',
1635-
zipCode: `Incorrect zip code format. Acceptable format: ${CONST.COUNTRY_ZIP_REGEX_DATA.US.samples}`,
1636-
phoneNumber: 'Please enter a valid phone number.',
1637-
companyName: 'Please enter a valid legal business name.',
1638-
addressCity: 'Please enter a valid city.',
1639-
addressStreet: 'Please enter a valid street address that is not a PO box.',
1640-
addressState: 'Please select a valid state.',
1641-
incorporationDateFuture: 'Incorporation date cannot be in the future.',
1642-
incorporationState: 'Please select a valid state.',
1643-
industryCode: 'Please enter a valid industry classification code. Must be 6 digits.',
1644-
restrictedBusiness: 'Please confirm company is not on the list of restricted businesses.',
1645-
routingNumber: 'Please enter a valid routing number.',
1646-
accountNumber: 'Please enter a valid account number.',
1647-
routingAndAccountNumberCannotBeSame: 'The routing number and account number cannot be the same.',
1648-
companyType: 'Please select a valid company type.',
1649-
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.',
1650-
address: 'Please enter a valid address.',
1651-
dob: 'Please select a valid date of birth.',
1652-
age: 'Must be over 18 years old.',
1653-
ssnLast4: 'Please enter valid last 4 digits of SSN.',
1654-
firstName: 'Please enter a valid first name.',
1655-
lastName: 'Please enter a valid last name.',
1656-
noDefaultDepositAccountOrDebitCardAvailable: 'Please add a default deposit bank account or debit card.',
1657-
validationAmounts: 'The validation amounts you entered are incorrect. Please double-check your bank statement and try again.',
1630+
youNeedToSelectAnOption: 'Please select an option to proceed',
1631+
noBankAccountAvailable: "Sorry, there's no bank account available",
1632+
noBankAccountSelected: 'Please choose an account',
1633+
taxID: 'Please enter a valid tax ID number',
1634+
website: 'Please enter a valid website using lower-case letters',
1635+
zipCode: `Please enter a valid ZIP code using the format: ${CONST.COUNTRY_ZIP_REGEX_DATA.US.samples}`,
1636+
phoneNumber: 'Please enter a valid phone number',
1637+
companyName: 'Please enter a valid business name',
1638+
addressCity: 'Please enter a valid city',
1639+
addressStreet: 'Please enter a valid street address',
1640+
addressState: 'Please select a valid state',
1641+
incorporationDateFuture: "Incorporation date can't be in the future",
1642+
incorporationState: 'Please select a valid state',
1643+
industryCode: 'Please enter a valid industry classification code with six digits',
1644+
restrictedBusiness: "Please confirm the business isn't on the list of restricted businesses",
1645+
routingNumber: 'Please enter a valid routing number',
1646+
accountNumber: 'Please enter a valid account number',
1647+
routingAndAccountNumberCannotBeSame: "Routing and account numbers can't match",
1648+
companyType: 'Please select a valid company type',
1649+
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.',
1650+
address: 'Please enter a valid address',
1651+
dob: 'Please select a valid date of birth',
1652+
age: 'Must be over 18 years old',
1653+
ssnLast4: 'Please enter valid last 4 digits of SSN',
1654+
firstName: 'Please enter a valid first name',
1655+
lastName: 'Please enter a valid last name',
1656+
noDefaultDepositAccountOrDebitCardAvailable: 'Please add a default deposit bank account or debit card',
1657+
validationAmounts: 'The validation amounts you entered are incorrect. Please double check your bank statement and try again.',
16581658
},
16591659
},
16601660
addPersonalBankAccountPage: {
@@ -1684,13 +1684,13 @@ export default {
16841684
userIsAlreadyMember: ({login, name}: UserIsAlreadyMemberParams) => `${login} is already a member of ${name}`,
16851685
},
16861686
onfidoStep: {
1687-
acceptTerms: 'By continuing with the request to activate your Expensify wallet, you confirm that you have read, understand and accept ',
1687+
acceptTerms: 'By continuing with the request to activate your Expensify Wallet, you confirm that you have read, understand, and accept',
16881688
facialScan: 'Onfido’s Facial Scan Policy and Release',
16891689
tryAgain: 'Try again',
16901690
verifyIdentity: 'Verify identity',
1691-
letsVerifyIdentity: "Let's verify your identity.",
1691+
letsVerifyIdentity: "Let's verify your identity",
16921692
butFirst: `But first, the boring stuff. Read up on the legalese in the next step and click "Accept" when you're ready.`,
1693-
genericError: 'An error occurred while processing this step. Please try again.',
1693+
genericError: 'There was an error. Please try again.',
16941694
cameraPermissionsNotGranted: 'Enable camera access',
16951695
cameraRequestMessage: 'We need access to your camera to complete bank account verification. Please enable via Settings > New Expensify.',
16961696
microphonePermissionsNotGranted: 'Enable microphone access',
@@ -1704,18 +1704,18 @@ export default {
17041704
},
17051705
additionalDetailsStep: {
17061706
headerTitle: 'Additional details',
1707-
helpText: 'We need to confirm the following information before you can send and receive money with your wallet.',
1708-
helpTextIdologyQuestions: 'Just a few more questions to finish verifying your identity.',
1707+
helpText: 'We need to confirm the following information before you can send and receive money from your wallet.',
1708+
helpTextIdologyQuestions: 'We need to ask you just a few more questions to finish validating your identity.',
17091709
helpLink: 'Learn more about why we need this.',
17101710
legalFirstNameLabel: 'Legal first name',
17111711
legalMiddleNameLabel: 'Legal middle name',
17121712
legalLastNameLabel: 'Legal last name',
1713-
selectAnswer: 'You need to select a response to proceed.',
1714-
ssnFull9Error: 'Please enter a valid 9-digit SSN.',
1715-
needSSNFull9: "We're having trouble verifying your SSN. Please enter the full 9 digits of your SSN.",
1716-
weCouldNotVerify: 'We could not verify',
1717-
pleaseFixIt: 'Please fix this information before continuing.',
1718-
failedKYCTextBefore: "We weren't able to verify your identity. Please try again later or reach out to ",
1713+
selectAnswer: 'Please select a response to proceed.',
1714+
ssnFull9Error: 'Please enter a valid nine-digit SSN.',
1715+
needSSNFull9: "We're having trouble verifying your SSN. Please enter the full nine digits of your SSN.",
1716+
weCouldNotVerify: "We couldn't verify",
1717+
pleaseFixIt: 'Please fix this information before continuing',
1718+
failedKYCTextBefore: "We weren't able to successfully verify your identity. Please try again later and reach out to ",
17191719
failedKYCTextAfter: ' if you have any questions.',
17201720
},
17211721
termsStep: {
@@ -1886,9 +1886,9 @@ export default {
18861886
doYouOwn25percent: 'Do you own 25% or more of',
18871887
doAnyIndividualOwn25percent: 'Do any individuals own 25% or more of',
18881888
areThereMoreIndividualsWhoOwn25percent: 'Are there more individuals who own 25% or more of',
1889-
regulationRequiresUsToVerifyTheIdentity: 'Regulation requires us to verify the identity of any individual who owns more than 25% of the company.',
1890-
companyOwner: 'Company owner',
1891-
enterLegalFirstAndLastName: "What's the owner's legal name?",
1889+
regulationRequiresUsToVerifyTheIdentity: 'Regulation requires us to verify the identity of any individual that owns more than 25% of the business.',
1890+
companyOwner: 'Business owner',
1891+
enterLegalFirstAndLastName: 'Enter the legal first and last name of the owner.',
18921892
legalFirstName: 'Legal first name',
18931893
legalLastName: 'Legal last name',
18941894
enterTheDateOfBirthOfTheOwner: "What's the owner's date of birth?",
@@ -1936,8 +1936,8 @@ export default {
19361936
completeVerification: 'Complete verification',
19371937
confirmAgreements: 'Please confirm the agreements below.',
19381938
certifyTrueAndAccurate: 'I certify that the information provided is true and accurate',
1939-
certifyTrueAndAccurateError: 'Please certify that the information is true and accurate',
1940-
isAuthorizedToUseBankAccount: 'I am authorized to use my company bank account for business spend',
1939+
certifyTrueAndAccurateError: 'Must certify information is true and accurate',
1940+
isAuthorizedToUseBankAccount: 'I am authorized to use this business bank account for business spend',
19411941
isAuthorizedToUseBankAccountError: 'You must be a controlling officer with authorization to operate the business bank account.',
19421942
termsAndConditions: 'terms and conditions',
19431943
},
@@ -2684,7 +2684,7 @@ export default {
26842684
moreFeatures: {
26852685
spendSection: {
26862686
title: 'Spend',
2687-
subtitle: 'Enable optional functionality that helps you scale your team.',
2687+
subtitle: 'Enable functionality that helps you scale your team.',
26882688
},
26892689
organizeSection: {
26902690
title: 'Organize',
@@ -3262,7 +3262,7 @@ export default {
32623262
yesStartOver: 'Yes, start over',
32633263
disconnectYour: 'Disconnect your ',
32643264
bankAccountAnyTransactions: ' bank account. Any outstanding transactions for this account will still complete.',
3265-
clearProgress: "Starting over will clear any progress you've made.",
3265+
clearProgress: "Starting over will clear the progress you've made so far.",
32663266
areYouSure: 'Are you sure?',
32673267
workspaceCurrency: 'Workspace currency',
32683268
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.',
@@ -3709,8 +3709,8 @@ export default {
37093709
},
37103710
teachersUnitePage: {
37113711
teachersUnite: 'Teachers Unite',
3712-
joinExpensifyOrg: 'Join Expensify.org in eliminating injustice around the world and help teachers split their expenses for classrooms in need!',
3713-
iKnowATeacher: 'I know a teacher',
3712+
joinExpensifyOrg:
3713+
'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',
37143714
iAmATeacher: 'I am a teacher',
37153715
getInTouch: 'Excellent! Please share their information so we can get in touch with them.',
37163716
introSchoolPrincipal: 'Intro to your school principal',

0 commit comments

Comments
 (0)