{t('fill_balance_hint')}
{/* Document attachments */} @@ -1055,6 +1139,22 @@ export default function JournalEntryForm({ } warningText={embedded ? '' : t('review_warning')} > + {(monthChanged || selectedPeriodLocked) && ( ++ {t('review_month_changed', { + prev: monthLabel(lastPostedMonth as string), + current: monthLabel(entryMonth), + })} +
+ )} + {selectedPeriodLocked &&{t('review_period_locked')}
} +