Skip to content

Commit

Permalink
Change Accounts page BUDGET label to FOR BUDGET in mobile (actualbudg…
Browse files Browse the repository at this point in the history
…et#1639)

* Change BUDGET to FOR BUDGET in mobile accounts page

* Release notes

* Updated screenshot
  • Loading branch information
joel-jeremy authored Sep 5, 2023
1 parent 380b32f commit 0d3724f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ class AccountList extends Component {

const accountContent = (
<Page title="Accounts">
<AccountHeader name="Budgeted" amount={getOnBudgetBalance()} />
<AccountHeader name="For Budget" amount={getOnBudgetBalance()} />
{budgetedAccounts.map((acct, idx) => (
<AccountCard
account={acct}
Expand Down
6 changes: 6 additions & 0 deletions upcoming-release-notes/1639.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
category: Enhancements
authors: [joel-jeremy]
---

Update `BUDGETED` labels in mobile accounts page to `FOR BUDGET` to be consistent with desktop labels.

0 comments on commit 0d3724f

Please sign in to comment.