mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-29 04:31:08 -04:00
small fix
This commit is contained in:
@ -642,9 +642,9 @@ export default {
|
||||
percent: 'Percent',
|
||||
action: 'Action',
|
||||
tax_setting_description: 'Enable this if you want to add taxes to individual invoice items. By default, taxes are added directly to the invoice.',
|
||||
created_message: 'Sales tax created successfully',
|
||||
updated_message: 'Sales tax updated successfully',
|
||||
deleted_message: 'Sales tax deleted successfully',
|
||||
created_message: 'Tax type created successfully',
|
||||
updated_message: 'Tax type updated successfully',
|
||||
deleted_message: 'Tax type deleted successfully',
|
||||
confirm_delete: 'You will not be able to recover this Tax Type',
|
||||
already_in_use: 'Tax is already in use'
|
||||
},
|
||||
@ -655,7 +655,7 @@ export default {
|
||||
add_new_category: 'Add New Category',
|
||||
category_name: 'Category Name',
|
||||
category_description: 'Description',
|
||||
created_message: 'Category created successfully',
|
||||
created_message: 'Expense Category created successfully',
|
||||
deleted_message: 'Expense category deleted successfully',
|
||||
updated_message: 'Expense category updated successfully',
|
||||
confirm_delete: 'You will not be able to recover this Expense Category',
|
||||
|
||||
Reference in New Issue
Block a user