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

[NO QA] Tiny tweaks to card assignment copy #55759

Merged
merged 3 commits into from
Jan 28, 2025
Merged
Changes from 2 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
4 changes: 2 additions & 2 deletions src/languages/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3452,7 +3452,7 @@
somethingMightBeBroken: 'Or something might be broken. Either way, if you have any questions, just',
contactConcierge: 'contact Concierge',
chooseTransactionStartDate: 'Choose a transaction start date',
startDateDescription: 'We will import all transaction from this date onwards. If no date is specified, we’ll go as far back as your bank allows.',
startDateDescription: 'We'll import all transaction from this date onwards. If no date is specified, we’ll go as far back as your bank allows.',

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

View workflow job for this annotation

GitHub Actions / typecheck

',' expected.

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

View workflow job for this annotation

GitHub Actions / typecheck

',' expected.

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

View workflow job for this annotation

GitHub Actions / typecheck

':' expected.

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

View workflow job for this annotation

GitHub Actions / typecheck

',' expected.

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

View workflow job for this annotation

GitHub Actions / typecheck

',' expected.

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

View workflow job for this annotation

GitHub Actions / typecheck

',' expected.

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

View workflow job for this annotation

GitHub Actions / typecheck

':' expected.

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

View workflow job for this annotation

GitHub Actions / typecheck

',' expected.

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

View workflow job for this annotation

GitHub Actions / typecheck

',' expected.

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

View workflow job for this annotation

GitHub Actions / typecheck

',' expected.
jamesdeanexpensify marked this conversation as resolved.
Show resolved Hide resolved
fromTheBeginning: 'From the beginning',
customStartDate: 'Custom start date',
letsDoubleCheck: 'Let’s double check that everything looks right.',
Expand Down Expand Up @@ -3673,7 +3673,7 @@
pendingBankTitle: 'Check your browser window',
pendingBankDescription: ({bankName}: CompanyCardBankName) => `Please connect to ${bankName} via your browser window that just opened. If one didn’t open, `,
pendingBankLink: 'please click here.',
giveItNameInstruction: 'Give the card a name that sets it apart from the others.',
giveItNameInstruction: 'Give the card a name that sets it apart from others.',
updating: 'Updating...',
noAccountsFound: 'No accounts found',
defaultCard: 'Default card',
Expand Down
Loading