diff --git a/files/routes/comments.py b/files/routes/comments.py index c4df73b7f..e2b771e90 100644 --- a/files/routes/comments.py +++ b/files/routes/comments.py @@ -530,7 +530,7 @@ def api_comment(v): 'notification': { 'title': f'New reply by @{v.username}', 'body': c.body, - 'deep_link': f'https://{site}{c.permalink}?context=5#context', + 'deep_link': f'https://{site}{c.permalink}?context=10#context', }, }, }, diff --git a/files/templates/comments.html b/files/templates/comments.html index 607ff7ea3..742d3e214 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -149,7 +149,7 @@ {% endfor %}
- More comments + More comments
{% endif %} {% endif %} @@ -362,8 +362,8 @@ Reply {% endif %} - Context - Copy link + Context + Copy link {% if v %} Report {% endif %} @@ -518,9 +518,9 @@ Unsave {% endif %} - Copy link + Copy link - Context + Context Report