fix: removed extra space and colon from ORA notification content (#35206)
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user