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':
return i18n.t('invoices.unpaid')
case 'SENT':
return i18n.t('general.paid')
return i18n.t('general.sent')
case 'REJECTED':
return i18n.t('estimates.rejected')
case 'ACCEPTED':
@ -266,7 +266,7 @@ export default {
case 'EXPIRED':
return i18n.t('estimates.expired')
case 'PARTIALLY PAID':
return i18n.t('estimates.accepted')
return i18n.t('estimates.partially_paid')
case 'OVERDUE':
return i18n.t('invoices.overdue')
case 'COMPLETED':