fix repeated execution of multilingual processing

This commit is contained in:
MaysWind
2025-08-17 02:09:09 +08:00
parent 451385011e
commit 4eff3a337f
@@ -543,9 +543,9 @@ function updateClosingBalance(): void {
} }
amountInputDialog.value?.open({ amountInputDialog.value?.open({
text: tt('Please enter the new closing balance for the account'), text: 'Please enter the new closing balance for the account',
inputLabel: tt('Closing Balance'), inputLabel: 'Closing Balance',
inputPlaceholder: tt('Closing Balance'), inputPlaceholder: 'Closing Balance',
currency: currentAccountCurrency.value, currency: currentAccountCurrency.value,
initAmount: currentClosingBalance initAmount: currentClosingBalance
}).then(newClosingBalance => { }).then(newClosingBalance => {