fix: removed extra space and colon from ORA notification content (#35206)

This commit is contained in:
Eemaan Amir
2024-08-02 12:22:34 +05:00
committed by GitHub
parent 2788f2bc3b
commit c135fddd55

View File

@@ -197,7 +197,7 @@ COURSE_NOTIFICATION_TYPES = {
'push': False,
'email_cadence': EmailCadence.DAILY,
'non_editable': [],
'content_template': _('<{p}>You have a new open response submission awaiting for review for : '
'content_template': _('<{p}>You have a new open response submission awaiting for review for '
'<{strong}>{ora_name}</{strong}></{p}>'),
'content_context': {
'ora_name': 'Name of ORA in course',