From 4eff3a337f07e77df3cf92132aa09af7384dbeac Mon Sep 17 00:00:00 2001 From: MaysWind Date: Sun, 17 Aug 2025 02:09:09 +0800 Subject: [PATCH] fix repeated execution of multilingual processing --- .../accounts/list/dialogs/ReconciliationStatementDialog.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/desktop/accounts/list/dialogs/ReconciliationStatementDialog.vue b/src/views/desktop/accounts/list/dialogs/ReconciliationStatementDialog.vue index f653c695..16f3b4b3 100644 --- a/src/views/desktop/accounts/list/dialogs/ReconciliationStatementDialog.vue +++ b/src/views/desktop/accounts/list/dialogs/ReconciliationStatementDialog.vue @@ -543,9 +543,9 @@ function updateClosingBalance(): void { } amountInputDialog.value?.open({ - text: tt('Please enter the new closing balance for the account'), - inputLabel: tt('Closing Balance'), - inputPlaceholder: tt('Closing Balance'), + text: 'Please enter the new closing balance for the account', + inputLabel: 'Closing Balance', + inputPlaceholder: 'Closing Balance', currency: currentAccountCurrency.value, initAmount: currentClosingBalance }).then(newClosingBalance => {