Skip to content

Commit bd70839

Browse files
committed
fix: Fix typos
1 parent 9b9ca2c commit bd70839

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/controllers/reportController.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,8 @@ const createEmailBody = (user, startDate, endDate, summary, isHtml = true) => {
182182
Attached is your financial report for ${formattedDate}.
183183
184184
Financial Summary:
185-
- Total Income: $${summary.income.toFixed(2)}
186-
- Total Expenses: $${summary.expenses.toFixed(2)}
185+
- Total Income: Rs. ${summary.income.toFixed(2)}
186+
- Total Expenses: Rs. ${summary.expenses.toFixed(2)}
187187
188188
For a detailed breakdown, please see the attached PDF.
189189

0 commit comments

Comments
 (0)