From 0753d73f32cf34b5f623d60b3d5e72090491cd49 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 14 Oct 2022 20:43:01 +0200 Subject: [PATCH] fix wrong js func name --- files/templates/post_actions.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/post_actions.html b/files/templates/post_actions.html index 1dfda5da7..bd61dc5e0 100644 --- a/files/templates/post_actions.html +++ b/files/templates/post_actions.html @@ -46,7 +46,7 @@ {% endif %} {% if v.admin_level >= PERMS['POST_COMMENT_MODERATION'] %} - Pin {% if p.stickied_utc %}permanently{% else %}for 1 hour{% endif %} + Pin {% if p.stickied_utc %}permanently{% else %}for 1 hour{% endif %} Unpin {% endif %}