Skip to content
Snippets Groups Projects
Unverified Commit 96863b31 authored by Joel Jeremy Marquez's avatar Joel Jeremy Marquez Committed by GitHub
Browse files

Change Accounts page BUDGET label to FOR BUDGET in mobile (#1639)

* Change BUDGET to FOR BUDGET in mobile accounts page

* Release notes

* Updated screenshot
parent 9fde36dc
No related branches found
No related tags found
No related merge requests found
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
......@@ -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}
......
---
category: Enhancements
authors: [joel-jeremy]
---
Update `BUDGETED` labels in mobile accounts page to `FOR BUDGET` to be consistent with desktop labels.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment