From 452c2d963616d65f98885642c4364a6809409874 Mon Sep 17 00:00:00 2001 From: Adam Antal Date: Thu, 14 Dec 2023 13:43:13 +0100 Subject: [PATCH] Use unpaidFeesFirstHeadlineText over the removed unpaidFeesText ..in the FeeList component --- src/apps/fee-list/FeeList.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/apps/fee-list/FeeList.tsx b/src/apps/fee-list/FeeList.tsx index ee1f1fec26..a9569f5987 100644 --- a/src/apps/fee-list/FeeList.tsx +++ b/src/apps/fee-list/FeeList.tsx @@ -114,7 +114,10 @@ const FeeList: FC = () => { {!itemsPrePaymentChange && !itemsPostPaymentChange && ( <> - {t("unpaidFeesText")}} amount={0} /> + {t("unpaidFeesFirstHeadlineText")}} + amount={0} + />