From 9db9c382abe03e3f82aaf218a376815c4de16181 Mon Sep 17 00:00:00 2001 From: MaysWind Date: Mon, 21 Aug 2023 23:16:12 +0800 Subject: [PATCH] modify text --- src/views/desktop/transactions/list/dialogs/EditDialog.vue | 4 ++-- src/views/mobile/transactions/EditPage.vue | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/desktop/transactions/list/dialogs/EditDialog.vue b/src/views/desktop/transactions/list/dialogs/EditDialog.vue index eefa909d..79e6c4b9 100644 --- a/src/views/desktop/transactions/list/dialogs/EditDialog.vue +++ b/src/views/desktop/transactions/list/dialogs/EditDialog.vue @@ -397,7 +397,7 @@ export default { } else if (this.transaction.type === this.allTransactionTypes.Transfer) { return 'Transfer Out Amount'; } else { - return ''; + return 'Amount'; } }, sourceAccountTitle() { @@ -406,7 +406,7 @@ export default { } else if (this.transaction.type === this.allTransactionTypes.Transfer) { return 'Source Account'; } else { - return ''; + return 'Account'; } }, defaultCurrency() { diff --git a/src/views/mobile/transactions/EditPage.vue b/src/views/mobile/transactions/EditPage.vue index 9d7a793f..b5063a00 100644 --- a/src/views/mobile/transactions/EditPage.vue +++ b/src/views/mobile/transactions/EditPage.vue @@ -415,7 +415,7 @@ export default { } else if (this.transaction.type === this.allTransactionTypes.Transfer) { return 'Transfer Out Amount'; } else { - return ''; + return 'Amount'; } }, sourceAccountTitle() { @@ -424,7 +424,7 @@ export default { } else if (this.transaction.type === this.allTransactionTypes.Transfer) { return 'Source Account'; } else { - return ''; + return 'Account'; } }, defaultCurrency() {