Skip to content

Commit

Permalink
fix: removed extra space and colon from ORA notification content (#35206
Browse files Browse the repository at this point in the history
)
  • Loading branch information
eemaanamir authored Aug 2, 2024
1 parent 2788f2b commit c135fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openedx/core/djangoapps/notifications/base_notification.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
'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',
Expand Down

0 comments on commit c135fdd

Please sign in to comment.