mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-27 19:51:09 -04:00
Address review comments
This commit is contained in:
@ -256,7 +256,7 @@ export default {
|
|||||||
case 'UNPAID':
|
case 'UNPAID':
|
||||||
return i18n.t('invoices.unpaid')
|
return i18n.t('invoices.unpaid')
|
||||||
case 'SENT':
|
case 'SENT':
|
||||||
return i18n.t('general.paid')
|
return i18n.t('general.sent')
|
||||||
case 'REJECTED':
|
case 'REJECTED':
|
||||||
return i18n.t('estimates.rejected')
|
return i18n.t('estimates.rejected')
|
||||||
case 'ACCEPTED':
|
case 'ACCEPTED':
|
||||||
@ -266,7 +266,7 @@ export default {
|
|||||||
case 'EXPIRED':
|
case 'EXPIRED':
|
||||||
return i18n.t('estimates.expired')
|
return i18n.t('estimates.expired')
|
||||||
case 'PARTIALLY PAID':
|
case 'PARTIALLY PAID':
|
||||||
return i18n.t('estimates.accepted')
|
return i18n.t('estimates.partially_paid')
|
||||||
case 'OVERDUE':
|
case 'OVERDUE':
|
||||||
return i18n.t('invoices.overdue')
|
return i18n.t('invoices.overdue')
|
||||||
case 'COMPLETED':
|
case 'COMPLETED':
|
||||||
|
|||||||
Reference in New Issue
Block a user