mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 06:40:31 +00:00
Merge pull request #219 from KalliopiPliogka/bill-message-without-bill-number
Update index.json
This commit is contained in:
@@ -82,7 +82,6 @@ function BillForm({
|
|||||||
isNewMode
|
isNewMode
|
||||||
? 'the_bill_has_been_created_successfully'
|
? 'the_bill_has_been_created_successfully'
|
||||||
: 'the_bill_has_been_edited_successfully',
|
: 'the_bill_has_been_edited_successfully',
|
||||||
{ number: values.bill_number },
|
|
||||||
),
|
),
|
||||||
intent: Intent.SUCCESS,
|
intent: Intent.SUCCESS,
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -558,8 +558,8 @@
|
|||||||
"bill_date_": "Bill date",
|
"bill_date_": "Bill date",
|
||||||
"bill_number_": "Bill number",
|
"bill_number_": "Bill number",
|
||||||
"delete_bill": "Delete Bill",
|
"delete_bill": "Delete Bill",
|
||||||
"the_bill_has_been_edited_successfully": "The bill #{number} has been edited successfully.",
|
"the_bill_has_been_edited_successfully": "The bill has been edited successfully.",
|
||||||
"the_bill_has_been_created_successfully": "The bill #{number} has been created successfully.",
|
"the_bill_has_been_created_successfully": "The bill has been created successfully.",
|
||||||
"the_bill_has_been_deleted_successfully": "The bill has been deleted successfully.",
|
"the_bill_has_been_deleted_successfully": "The bill has been deleted successfully.",
|
||||||
"once_delete_this_bill_you_will_able_to_restore_it": "Once you delete this bill, you won't be able to restore it later. Are you sure you want to delete this bill?",
|
"once_delete_this_bill_you_will_able_to_restore_it": "Once you delete this bill, you won't be able to restore it later. Are you sure you want to delete this bill?",
|
||||||
"deposit_to": "Deposit to",
|
"deposit_to": "Deposit to",
|
||||||
@@ -2294,4 +2294,4 @@
|
|||||||
"sidebar.new_time_entry": "New Time Entry",
|
"sidebar.new_time_entry": "New Time Entry",
|
||||||
"sidebar.project_profitability_summary": "Project Profitability Summary",
|
"sidebar.project_profitability_summary": "Project Profitability Summary",
|
||||||
"global_error.too_many_requests": "Too many requests"
|
"global_error.too_many_requests": "Too many requests"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user