Skip to content

Commit

Permalink
Merge pull request #784 from danskernesdigitalebibliotek/add-unpaid-f…
Browse files Browse the repository at this point in the history
…ees-text

Update unpaid fees headline text
  • Loading branch information
Adamik10 authored Dec 14, 2023
2 parents 0613f19 + 452c2d9 commit fc9e989
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/apps/fee-list/FeeList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,10 @@ const FeeList: FC = () => {
</span>
{!itemsPrePaymentChange && !itemsPostPaymentChange && (
<>
<ListHeader header={<>{t("unpaidFeesText")}</>} amount={0} />
<ListHeader
header={<>{t("unpaidFeesFirstHeadlineText")}</>}
amount={0}
/>
<EmptyList
classNames="mt-24"
emptyListText={t("emptyFeeListText")}
Expand Down

0 comments on commit fc9e989

Please sign in to comment.