Commit 89e89d2a by Waqas Khalid

Merge pull request #5467 from mlkwaqas/waqas/forum-typo-thread-show

Additional dollar sign in template
parents f8c75b01 46abd26e
......@@ -37,7 +37,7 @@
<div class="post-labels">
<span class="post-label-pinned"><i class="icon icon-pushpin"></i><%- gettext("Pinned") %></span>
<span class="post-label-reported"><i class="icon icon-flag"></i><%- gettext("Reported") %></span>
<span class="post-label-closed"><i class="icon icon-lock"></i>$<%- gettext("Closed") %></span>
<span class="post-label-closed"><i class="icon icon-lock"></i><%- gettext("Closed") %></span>
</div>
</div>
<div class="post-header-actions post-extended-content">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment