mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 21:00:31 +00:00
chore: renmame payment receive term to payment received
This commit is contained in:
@@ -34,7 +34,7 @@ export const transformErrors = (errors, { setFieldError }) => {
|
||||
if (getError('PAYMENT_RECEIVE_NO_REQUIRED')) {
|
||||
setFieldError(
|
||||
'payment_receive_no',
|
||||
intl.get('payment_receive_number_required'),
|
||||
intl.get('payment_received_number_required'),
|
||||
);
|
||||
}
|
||||
if (getError('INVALID_PAYMENT_AMOUNT')) {
|
||||
|
||||
Reference in New Issue
Block a user