Address review comments

This commit is contained in:
Florian Gareis
2021-03-22 10:17:01 +01:00
parent e47cb01ce2
commit 57b302666a

View File

@ -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':