diff --git a/src/views/desktop/accounts/ListPage.vue b/src/views/desktop/accounts/ListPage.vue index a183b92d..d8c0d0f7 100644 --- a/src/views/desktop/accounts/ListPage.vue +++ b/src/views/desktop/accounts/ListPage.vue @@ -91,7 +91,7 @@ - {{ tt('Balance') }} + {{ activeAccountCategory?.isLiability ? tt('Outstanding Balance') : tt('Balance') }} {{ activeAccountCategoryTotalBalance }}