modify text

This commit is contained in:
MaysWind
2023-08-21 23:16:12 +08:00
parent b2ba626cde
commit 9db9c382ab
2 changed files with 4 additions and 4 deletions
@@ -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() {
+2 -2
View File
@@ -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() {