fix repeated execution of multilingual processing

This commit is contained in:
MaysWind
2025-08-17 02:09:09 +08:00
parent 451385011e
commit 4eff3a337f

View File

@@ -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 => {