Merge pull request #219 from KalliopiPliogka/bill-message-without-bill-number

Update index.json
This commit is contained in:
Ahmed Bouhuolia
2023-08-16 21:36:11 +02:00
committed by GitHub
2 changed files with 3 additions and 4 deletions

View File

@@ -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,
}); });

View File

@@ -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"
} }