Problem
When an admin removes a card feed, the confirmation modal warns "Are you sure you want to remove this card feed? This will unassign all cards." This undersells the impact: removing a feed also deletes unsubmitted (unreported/draft) transactions. Admins — especially new ones — can trigger a destructive action without understanding the full consequences, and for commercial feeds they currently can't re-add the feed themselves.
Solution
Update the removal confirmation copy to also mention that unsubmitted transactions will be deleted.
Copy key: workspace.companyCards.removeCardFeedDescription in src/languages/en.ts:6338
Current:
Are you sure you want to remove this card feed? This will unassign all cards.
Proposed:
Are you sure you want to remove this card feed? This will unassign all cards and delete unsubmitted transactions.
The modal title (removeCardFeedTitle, e.g. "Remove Mock Bank feed") stays as-is. The Spanish string src/languages/es.ts:6088 should get the equivalent update.
Slack thread: https://expensify.slack.com/archives/C07NMDKEFMH/p1785797681542709
Upwork Automation - Do Not Edit
Issue Owner
Current Issue Owner: @mallenexpensify
Problem
When an admin removes a card feed, the confirmation modal warns "Are you sure you want to remove this card feed? This will unassign all cards." This undersells the impact: removing a feed also deletes unsubmitted (unreported/draft) transactions. Admins — especially new ones — can trigger a destructive action without understanding the full consequences, and for commercial feeds they currently can't re-add the feed themselves.
Solution
Update the removal confirmation copy to also mention that unsubmitted transactions will be deleted.
Copy key:
workspace.companyCards.removeCardFeedDescriptioninsrc/languages/en.ts:6338Current:
Proposed:
The modal title (
removeCardFeedTitle, e.g. "Remove Mock Bank feed") stays as-is. The Spanish stringsrc/languages/es.ts:6088should get the equivalent update.Slack thread: https://expensify.slack.com/archives/C07NMDKEFMH/p1785797681542709
Upwork Automation - Do Not Edit
Issue Owner
Current Issue Owner: @mallenexpensify