fix repeated execution of multilingual processing
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user