Changed 'close file' to say 'switch file' so it is more clear that the … (#4872)

* Changed 'close file' to say 'exit file' so it is more clear that the file is not being deleted (#4852)

Resolved this issue here:

https://github.com/actualbudget/actual/issues/4852#issue-3006813465

* chore(release): add release note for PR #4872

* Update BudgetName.tsx "Close file" -> "Switch file"

* Update 4872.md

* Changed 'Close budget' to 'Switch file' on mobile

* Update VRT

---------

Co-authored-by: youngcw <calebyoung94@gmail.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Jared Tweed
2025-05-19 07:29:47 -07:00
committed by GitHub
parent e950bbb1df
commit 32a04cbbcb
6 changed files with 8 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

View File

@@ -197,7 +197,7 @@ export function Settings() {
/>
</FormField>
<Button onPress={onCloseBudget}>
<Trans>Close budget</Trans>
<Trans>Switch file</Trans>
</Button>
</View>
)}

View File

@@ -84,7 +84,7 @@ function EditableBudgetName() {
const items = [
{ name: 'rename', text: t('Rename budget') },
{ name: 'settings', text: t('Settings') },
{ name: 'close', text: t('Close file') },
{ name: 'close', text: t('Switch file') },
];
if (editing) {

View File

@@ -0,0 +1,6 @@
---
category: Enhancements
authors: [JaredTweed]
---
Changed 'Close file' wording to 'Switch file' to prevent confusion about possibly it shutting down the account