mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-09 03:32:54 -05:00
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:
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 |
@@ -197,7 +197,7 @@ export function Settings() {
|
||||
/>
|
||||
</FormField>
|
||||
<Button onPress={onCloseBudget}>
|
||||
<Trans>Close budget</Trans>
|
||||
<Trans>Switch file</Trans>
|
||||
</Button>
|
||||
</View>
|
||||
)}
|
||||
|
||||
@@ -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) {
|
||||
|
||||
6
upcoming-release-notes/4872.md
Normal file
6
upcoming-release-notes/4872.md
Normal 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
|
||||
Reference in New Issue
Block a user