fix: updated disucssions notifications templates (#32819)
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user