[PR #6235] [MERGED] Change 'Apply' to 'Overwrite' for budget templates on Category and Group menus - fixes #6181 #55705

Closed
opened 2026-05-01 02:55:15 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/6235
Author: @Juulz
Created: 11/23/2025
Status: Merged
Merged: 12/9/2025
Merged by: @youngcw

Base: masterHead: templates


📝 Commits (10+)

  • a22cd07 Change 'Apply' to 'Overwrite'
  • 5e03294 Change 'Apply' to 'Overwrite'
  • cc24381 Change 'Apply' to 'Overwrite'
  • 5fda98c Change 'Apply' to 'Overwrite'
  • 62b8c56 Change 'Apply' to 'Overwrite'
  • 99c9bce Merge branch 'actualbudget:master' into templates
  • be01f4f Create 6235.md
  • 3657625 Update to Overwrite with budget template
  • ff4dbe2 Update to Overwrite with budget template
  • 8da65d4 Update to Overwrite with budget template

📊 Changes

20 files changed (+10 additions, -4 deletions)

View changed files

📝 packages/desktop-client/e2e/payees.mobile.test.ts-snapshots/Mobile-Payees-checks-the-page-visuals-1-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/payees.mobile.test.ts-snapshots/Mobile-Payees-checks-the-page-visuals-2-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/payees.mobile.test.ts-snapshots/Mobile-Payees-checks-the-page-visuals-3-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/payees.mobile.test.ts-snapshots/Mobile-Payees-search-functionality-works-correctly-1-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/payees.mobile.test.ts-snapshots/Mobile-Payees-search-functionality-works-correctly-2-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/payees.mobile.test.ts-snapshots/Mobile-Payees-search-functionality-works-correctly-3-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/payees.mobile.test.ts-snapshots/Mobile-Payees-search-functionality-works-correctly-4-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/payees.mobile.test.ts-snapshots/Mobile-Payees-search-functionality-works-correctly-5-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/payees.mobile.test.ts-snapshots/Mobile-Payees-search-functionality-works-correctly-6-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/payees.test.ts-snapshots/Payees-checks-the-payees-page-visuals-1-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/payees.test.ts-snapshots/Payees-checks-the-payees-page-visuals-2-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/payees.test.ts-snapshots/Payees-checks-the-payees-page-visuals-3-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/payees.test.ts-snapshots/Payees-checks-the-payees-page-visuals-4-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/payees.test.ts-snapshots/Payees-checks-the-payees-page-visuals-5-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/payees.test.ts-snapshots/Payees-checks-the-payees-page-visuals-6-chromium-linux.png (+0 -0)
📝 packages/desktop-client/src/components/budget/SidebarGroup.tsx (+1 -1)
📝 packages/desktop-client/src/components/budget/envelope/BudgetMenu.tsx (+1 -1)
📝 packages/desktop-client/src/components/budget/tracking/BudgetMenu.tsx (+1 -1)
📝 packages/desktop-client/src/components/mobile/budget/CategoryGroupActionMenu.tsx (+1 -1)
upcoming-release-notes/6235.md (+6 -0)

📄 Description

Fixes #6181

Use more concise language in the category and group menus for applying budget templates to reflect actual functionality.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/actualbudget/actual/pull/6235 **Author:** [@Juulz](https://github.com/Juulz) **Created:** 11/23/2025 **Status:** ✅ Merged **Merged:** 12/9/2025 **Merged by:** [@youngcw](https://github.com/youngcw) **Base:** `master` ← **Head:** `templates` --- ### 📝 Commits (10+) - [`a22cd07`](https://github.com/actualbudget/actual/commit/a22cd0714a516fba77f3f3467c43f043083f8aa4) Change 'Apply' to 'Overwrite' - [`5e03294`](https://github.com/actualbudget/actual/commit/5e03294a6674d5c10d78cb53f28e5398a40a11b7) Change 'Apply' to 'Overwrite' - [`cc24381`](https://github.com/actualbudget/actual/commit/cc2438125c1862bf8e28b6469f02f89421044c10) Change 'Apply' to 'Overwrite' - [`5fda98c`](https://github.com/actualbudget/actual/commit/5fda98c16ac771b7a1b980ea13fdb224775adc50) Change 'Apply' to 'Overwrite' - [`62b8c56`](https://github.com/actualbudget/actual/commit/62b8c561d6c18b2cf83c0f66a8cb1063d08e0a72) Change 'Apply' to 'Overwrite' - [`99c9bce`](https://github.com/actualbudget/actual/commit/99c9bced9887aec8733777e4f31cda3f8e550126) Merge branch 'actualbudget:master' into templates - [`be01f4f`](https://github.com/actualbudget/actual/commit/be01f4ff78dc396b95b874c036950d7c229a0c27) Create 6235.md - [`3657625`](https://github.com/actualbudget/actual/commit/3657625fcc843dc5497a33d7ecba1e6843ff03ff) Update to Overwrite with budget template - [`ff4dbe2`](https://github.com/actualbudget/actual/commit/ff4dbe2ad9a43639ec878712bfe33dee59c34263) Update to Overwrite with budget template - [`8da65d4`](https://github.com/actualbudget/actual/commit/8da65d409fca4f15ee9f2498c20d66e00451c309) Update to Overwrite with budget template ### 📊 Changes **20 files changed** (+10 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/e2e/payees.mobile.test.ts-snapshots/Mobile-Payees-checks-the-page-visuals-1-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/payees.mobile.test.ts-snapshots/Mobile-Payees-checks-the-page-visuals-2-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/payees.mobile.test.ts-snapshots/Mobile-Payees-checks-the-page-visuals-3-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/payees.mobile.test.ts-snapshots/Mobile-Payees-search-functionality-works-correctly-1-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/payees.mobile.test.ts-snapshots/Mobile-Payees-search-functionality-works-correctly-2-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/payees.mobile.test.ts-snapshots/Mobile-Payees-search-functionality-works-correctly-3-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/payees.mobile.test.ts-snapshots/Mobile-Payees-search-functionality-works-correctly-4-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/payees.mobile.test.ts-snapshots/Mobile-Payees-search-functionality-works-correctly-5-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/payees.mobile.test.ts-snapshots/Mobile-Payees-search-functionality-works-correctly-6-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/payees.test.ts-snapshots/Payees-checks-the-payees-page-visuals-1-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/payees.test.ts-snapshots/Payees-checks-the-payees-page-visuals-2-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/payees.test.ts-snapshots/Payees-checks-the-payees-page-visuals-3-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/payees.test.ts-snapshots/Payees-checks-the-payees-page-visuals-4-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/payees.test.ts-snapshots/Payees-checks-the-payees-page-visuals-5-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/payees.test.ts-snapshots/Payees-checks-the-payees-page-visuals-6-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/src/components/budget/SidebarGroup.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/budget/envelope/BudgetMenu.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/budget/tracking/BudgetMenu.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/mobile/budget/CategoryGroupActionMenu.tsx` (+1 -1) ➕ `upcoming-release-notes/6235.md` (+6 -0) </details> ### 📄 Description Fixes #6181 Use more concise language in the category and group menus for applying budget templates to reflect actual functionality. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-01 02:55:15 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#55705