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