fix: updated disucssions notifications templates (#32819)

This commit is contained in:
Ahtisham Shahid
2023-07-25 11:23:59 +05:00
committed by GitHub
parent 626100596d
commit 4379c089f1

View File

@@ -14,7 +14,7 @@ COURSE_NOTIFICATION_TYPES = {
'name': 'new_comment_on_response',
'is_core': True,
'info': 'Comment on response',
'content_template': _('<{p}><{strong}>{replier_name}</{strong}> replied on your response in '
'content_template': _('<{p}><{strong}>{replier_name}</{strong}> commented on your response to the post '
'<{strong}>{post_title}</{strong}></{p}>'),
'content_context': {
'post_title': 'Post title',
@@ -31,7 +31,7 @@ COURSE_NOTIFICATION_TYPES = {
'push': True,
'info': 'Comment on post',
'non_editable': ['web', 'email'],
'content_template': _('<{p}><{strong}>{replier_name}</{strong}> replied on <{strong}>{author_name}'
'content_template': _('<{p}><{strong}>{replier_name}</{strong}> commented on <{strong}>{author_name}\'s'
'</{strong}> response to your post <{strong}>{post_title}</{strong}></{p}>'),
'content_context': {
'post_title': 'Post title',