mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 10:49:09 +00:00
fix: Typo
This commit is contained in:
@@ -310,7 +310,7 @@ def get_birthday_reminder_text_and_message(birthday_persons):
|
|||||||
birthday_person_text += " & {}".format(last_person)
|
birthday_person_text += " & {}".format(last_person)
|
||||||
|
|
||||||
reminder_text = "Today is {0}'s birthday 🎉".format(birthday_person_text)
|
reminder_text = "Today is {0}'s birthday 🎉".format(birthday_person_text)
|
||||||
message = "A friendly reminder of an important date for our team. Everyone, let’s congratulate {0} their birthday".format(birthday_person_text)
|
message = "A friendly reminder of an important date for our team. Everyone, let’s congratulate {0} their birthday.".format(birthday_person_text)
|
||||||
|
|
||||||
return reminder_text, message
|
return reminder_text, message
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user