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

[NoQA] Update en.ts #48952

Merged
merged 1 commit into from
Sep 11, 2024
Merged
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
8 changes: 4 additions & 4 deletions src/languages/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2152,7 +2152,7 @@ export default {
common: {
card: 'Cards',
expensifyCard: 'Expensify Card',
companyCards: 'Company Cards',
companyCards: 'Company cards',
workflows: 'Workflows',
workspace: 'Workspace',
edit: 'Edit workspace',
Expand Down Expand Up @@ -2952,7 +2952,7 @@ export default {
},
},
companyCards: {
title: 'Company Cards',
title: 'Company cards',
subtitle: 'Import spend from existing company cards.',
feed: {
title: 'Import company cards',
Expand All @@ -2963,7 +2963,7 @@ export default {
},
ctaTitle: 'Add company cards',
},
disableCardTitle: 'Disable Company Cards',
disableCardTitle: 'Disable company cards',
disableCardPrompt: 'You can’t disable company cards because this feature is in use. Reach out to the Concierge for next steps.',
disableCardButton: 'Chat with Concierge',
assignCard: 'Assign card',
Expand Down Expand Up @@ -3671,7 +3671,7 @@ export default {
onlyAvailableOnPlan: 'Tax codes are only available on the Control plan, starting at ',
},
companyCards: {
title: 'Company Cards',
title: 'Company cards',
description: `Company cards lets you import spend for existing company cards from all major card issuers. You can assign cards to employees, and automatically import transactions.`,
onlyAvailableOnPlan: 'Company cards are only available on the Control plan, starting at ',
},
Expand Down
Loading