diff --git a/src/components/DailyProgressRport/TaskReportList.jsx b/src/components/DailyProgressRport/TaskReportList.jsx
index c47f46c4..00cb064e 100644
--- a/src/components/DailyProgressRport/TaskReportList.jsx
+++ b/src/components/DailyProgressRport/TaskReportList.jsx
@@ -202,6 +202,7 @@ const TaskReportList = () => {
Total Pending{" "}
This shows the total pending tasks for each activity on that date.
}
>
@@ -213,6 +214,7 @@ const TaskReportList = () => {
Reported/Planned{" "}
This shows the reported versus planned tasks for each activity on that date.}
>
diff --git a/src/components/RecurringExpense/ManageRecurringExpense.jsx b/src/components/RecurringExpense/ManageRecurringExpense.jsx
index 49fb3675..aad3c468 100644
--- a/src/components/RecurringExpense/ManageRecurringExpense.jsx
+++ b/src/components/RecurringExpense/ManageRecurringExpense.jsx
@@ -241,6 +241,7 @@ const ManageRecurringExpense = ({ closeModal, requestToEdit = null }) => {
Choose whether the payment amount varies or remains fixed each cycle.
@@ -387,6 +388,7 @@ const ManageRecurringExpense = ({ closeModal, requestToEdit = null }) => {
Defines how often payments or billing occur, such as monthly, quarterly, or annually.
@@ -450,6 +452,7 @@ const ManageRecurringExpense = ({ closeModal, requestToEdit = null }) => {
Number of extra days allowed after the due date before payment is considered late.
@@ -485,6 +488,7 @@ const ManageRecurringExpense = ({ closeModal, requestToEdit = null }) => {
The date when the last payment in the recurrence occurs.