mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
Merge remote-tracking branch 'origin/_tasks'
This commit is contained in:
@@ -438,6 +438,9 @@ export default {
|
||||
'The expense has been successfully deleted',
|
||||
the_expenses_has_been_successfully_deleted:
|
||||
'The expenses has been successfully deleted',
|
||||
once_delete_these_expenses_you_will_not_able_restore_them:
|
||||
"Once you delete these expenses, you won't be able to retrieve them later. Are you sure you want to delete them?",
|
||||
|
||||
the_expense_id_has_been_published: 'The expense id has been published',
|
||||
select_beneficiary_account: 'Select Beneficiary Account',
|
||||
total_amount_equals_zero: 'Total amount equals zero',
|
||||
|
||||
@@ -8,7 +8,7 @@ export const locale = {
|
||||
notType: ({ path, type, value, originalValue }) => {
|
||||
let isCast = originalValue != null && originalValue !== value;
|
||||
let msg =
|
||||
`${path} must beeeeee a \`${type}\` type, ` +
|
||||
`${path} must be a \`${type}\` type, ` +
|
||||
`but the final value was: \`${printValue(value, true)}\`` +
|
||||
(isCast
|
||||
? ` (cast from the value \`${printValue(originalValue, true)}\`).`
|
||||
|
||||
Reference in New Issue
Block a user