Change 'Apply' to 'Overwrite' for budget templates on Category and Group menus - fixes #6181 (#6235)
* Change 'Apply' to 'Overwrite' * Change 'Apply' to 'Overwrite' * Change 'Apply' to 'Overwrite' * Change 'Apply' to 'Overwrite' * Change 'Apply' to 'Overwrite' * Create 6235.md Add release notes * Update to Overwrite with budget template * Update to Overwrite with budget template * Update to Overwrite with budget template * Update to Overwrite with budget template * Update to Overwrite with budget template * Update VRT screenshots Auto-generated by VRT workflow PR: #6235 * Update to Overwrite with template * Update to Overwrite with templates * Update to Overwrite with template * Update to Overwrite with template * Update to Overwrite with templates * Update VRT screenshots Auto-generated by VRT workflow PR: #6235 * Update VRT screenshots Auto-generated by VRT workflow PR: #6235 * cleanup vrt * Update VRT screenshots Auto-generated by VRT workflow PR: #6235 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: youngcw <calebyoung94@gmail.com>
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
|
Before Width: | Height: | Size: 9.7 KiB After Width: | Height: | Size: 9.7 KiB |
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
|
Before Width: | Height: | Size: 82 KiB After Width: | Height: | Size: 82 KiB |
|
Before Width: | Height: | Size: 84 KiB After Width: | Height: | Size: 83 KiB |
|
Before Width: | Height: | Size: 83 KiB After Width: | Height: | Size: 83 KiB |
|
Before Width: | Height: | Size: 52 KiB After Width: | Height: | Size: 52 KiB |
|
Before Width: | Height: | Size: 53 KiB After Width: | Height: | Size: 53 KiB |
|
Before Width: | Height: | Size: 52 KiB After Width: | Height: | Size: 52 KiB |
@@ -156,7 +156,7 @@ export function SidebarGroup({
|
||||
? [
|
||||
{
|
||||
name: 'apply-multiple-category-template',
|
||||
text: t('Apply budget templates'),
|
||||
text: t('Overwrite with templates'),
|
||||
},
|
||||
]
|
||||
: []),
|
||||
|
||||
@@ -69,7 +69,7 @@ export function BudgetMenu({
|
||||
? [
|
||||
{
|
||||
name: 'apply-single-category-template',
|
||||
text: t('Apply budget template'),
|
||||
text: t('Overwrite with template'),
|
||||
},
|
||||
]
|
||||
: []),
|
||||
|
||||
@@ -68,7 +68,7 @@ export function BudgetMenu({
|
||||
? [
|
||||
{
|
||||
name: 'apply-single-category-template',
|
||||
text: t('Apply budget template'),
|
||||
text: t('Overwrite with template'),
|
||||
},
|
||||
]
|
||||
: []),
|
||||
|
||||
@@ -33,7 +33,7 @@ export function CategoryGroupActionMenu({
|
||||
? [
|
||||
{
|
||||
name: 'apply-budget-templates-in-group',
|
||||
text: t('Apply budget template'),
|
||||
text: t('Overwrite with templates'),
|
||||
},
|
||||
]
|
||||
: []),
|
||||
|
||||
6
upcoming-release-notes/6235.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Enhancements
|
||||
authors: [Juulz]
|
||||
---
|
||||
|
||||
Use more concise language in the category and group menus for applying budget templates to reflect actual functionality.
|
||||