Skip to content

Commit

Permalink
πŸ› translation
Browse files Browse the repository at this point in the history
Co-authored-by: javikalsan <jcalzadosanchez@gmail.com>
  • Loading branch information
2 people authored and vokimon committed May 21, 2024
1 parent 3126d62 commit bf05f65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/InvoicesPage/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ function PaymentStatusCell({ paymentStatus }) {
function LiquidationCell({ liquidation }) {
const { t } = useTranslation()
if (liquidation === 'COMPLEMENTARY')
return t(INVOICES.COMPLEMENTARY_LIQUIDATION)
return t('INVOICES.COMPLEMENTARY_LIQUIDATION')
return liquidation
}

Expand Down

0 comments on commit bf05f65

Please sign in to comment.