diff --git a/files/assets/js/comments.js b/files/assets/js/comments.js index b54c9d9936..4e73c91c31 100644 --- a/files/assets/js/comments.js +++ b/files/assets/js/comments.js @@ -12,8 +12,8 @@ function expandMarkdown(fullname) { for (let i=0; i < items.length; i++) { const e = items[i] - if (e.innerHTML == 'View source') e.innerHTML = 'Hide source' - else e.innerHTML = 'View source' + if (e.innerHTML == 'View Source') e.innerHTML = 'Hide source' + else e.innerHTML = 'View Source' } }; diff --git a/files/templates/comments.html b/files/templates/comments.html index 4bf4d763f5..144bd66c13 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -381,7 +381,7 @@ Context - + {% if v %} {% if not c.deleted_utc %} @@ -403,7 +403,7 @@ {% if c.author_id == v.id or v.admin_level >= PERMS['POST_COMMENT_EDITING'] %} {% elif c.body %} - + {% endif %} {% if c.author_id == v.id %} @@ -598,7 +598,7 @@ Context - + {% if v %} @@ -617,7 +617,7 @@ {% else %} {% if c.body %} - + {% endif %} {% if not c.ghost %} diff --git a/files/templates/post.html b/files/templates/post.html index d60d6f7077..12bacf3378 100644 --- a/files/templates/post.html +++ b/files/templates/post.html @@ -53,7 +53,7 @@ {% if v.id == p.author_id %} {% elif p.body and v.admin_level < PERMS['POST_COMMENT_EDITING'] %} - + {% endif %} {% include "post_actions_mobile.html" %} @@ -214,7 +214,7 @@ {% if v and v.can_edit(p) %} {% elif v and v.id != p.author_id and p.body and not v_forbid_deleted %} - + {% endif %} {% include 'post_actions.html' %} diff --git a/files/templates/post_actions.html b/files/templates/post_actions.html index 9bebb113c9..817a15c778 100644 --- a/files/templates/post_actions.html +++ b/files/templates/post_actions.html @@ -11,7 +11,7 @@ {% endif %} - + {% if v %} diff --git a/files/templates/post_actions_mobile.html b/files/templates/post_actions_mobile.html index 38f59925fe..c363da43ca 100644 --- a/files/templates/post_actions_mobile.html +++ b/files/templates/post_actions_mobile.html @@ -11,7 +11,7 @@ {% endif %} - + diff --git a/files/templates/settings2.html b/files/templates/settings2.html index ad6d8d3899..3b15458944 100644 --- a/files/templates/settings2.html +++ b/files/templates/settings2.html @@ -83,7 +83,7 @@
- Unable to copy link + Unable to Copy Link
{% block mobilenavbar %}{% include "mobile_navigation_bar.html" %}{% endblock %}