Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update en.ts #49426

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions src/languages/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2013,18 +2013,18 @@ export default {
weNeedThisToVerify: 'We need this to verify your wallet.',
},
businessInfoStep: {
businessInfo: 'Company info',
enterTheNameOfYourBusiness: "What's the name of your company?",
businessInfo: 'Business info',
enterTheNameOfYourBusiness: "What's the business name?",
businessName: 'Legal company name',
enterYourCompanysTaxIdNumber: "What's your company’s Tax ID number?",
enterYourCompanysTaxIdNumber: "What's the tax ID number?",
taxIDNumber: 'Tax ID number',
taxIDNumberPlaceholder: '9 digits',
enterYourCompanysWebsite: "What's your company’s website?",
enterYourCompanysWebsite: "What's the website?",
companyWebsite: 'Company website',
enterYourCompanysPhoneNumber: "What's your company’s phone number?",
enterYourCompanysAddress: "What's your company’s address?",
selectYourCompanysType: 'What type of company is it?',
companyType: 'Company type',
enterYourCompanysPhoneNumber: "What's the phone number?",
enterYourCompanysAddress: "What's the address?",
selectYourCompanysType: 'What type of business is it?',
companyType: 'Business type',
incorporationType: {
LLC: 'LLC',
CORPORATION: 'Corp',
Expand All @@ -2033,13 +2033,13 @@ export default {
SOLE_PROPRIETORSHIP: 'Sole proprietorship',
OTHER: 'Other',
},
selectYourCompanysIncorporationDate: "What's your company’s incorporation date?",
selectYourCompanysIncorporationDate: "What's the incorporation date?",
incorporationDate: 'Incorporation date',
incorporationDatePlaceholder: 'Start date (yyyy-mm-dd)',
incorporationState: 'Incorporation state',
pleaseSelectTheStateYourCompanyWasIncorporatedIn: 'Which state was your company incorporated in?',
pleaseSelectTheStateYourCompanyWasIncorporatedIn: 'Where was the business incorporated?',
letsDoubleCheck: "Let's double check that everything looks right.",
companyAddress: 'Company address',
companyAddress: 'Business address',
listOfRestrictedBusinesses: 'list of restricted businesses',
confirmCompanyIsNot: 'I confirm that this company is not on the',
},
Expand Down Expand Up @@ -3581,8 +3581,8 @@ export default {
sendFrom: 'Send from',
invoicingDetails: 'Invoicing details',
invoicingDetailsDescription: 'This info will appear on your invoices.',
companyName: 'Company name',
companyWebsite: 'Company website',
companyName: 'Business name',
companyWebsite: 'Business website',
paymentMethods: {
personal: 'Personal',
business: 'Business',
Expand Down
Loading