From 8f1c9612b72141cb9c6f4d8f88d44218b479ae2d Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Thu, 13 Feb 2025 08:57:13 +0530 Subject: [PATCH] fix: payment reminder template issue --- lms/templates/emails/payment_reminder.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/templates/emails/payment_reminder.html b/lms/templates/emails/payment_reminder.html index dd2847be..83ccd4d2 100644 --- a/lms/templates/emails/payment_reminder.html +++ b/lms/templates/emails/payment_reminder.html @@ -14,6 +14,6 @@ {{ _("If you have any questions or need assistance, feel free to reach out to our support team.") }}

- {{ __("Looking forward to seeing you enrolled!") }} + {{ _("Looking forward to seeing you enrolled!") }}

\ No newline at end of file