Sal Collaziano
Well-known member
I run a bunch of XF forums but on ONE of them, the "Reply" button/link next to LIKE and +QUOTE has a lower case "R" in REPLY... Not sure when or how this happened, but it's here in the code:
Where do I make this edit in the admin area? I never noticed that before and I have to image it happened recently - I just have no idea why or how...
Code:
<div data-template-name="public:post_macros::post_action_bar" class="actionBar-set actionBar-set--external">
<a href="/forum/threads/thread-title.1/reply?quote=000000"
class="actionBar-action actionBar-action--mq u-jsOnly js-multiQuote"
title="Toggle multi-quote"
rel="nofollow"
data-message-id="000000"
data-mq-action="add">Quote</a>
<a href="/forum/threads/thread-title.1/reply?quote=000000"
class="actionBar-action actionBar-action--reply"
title="Reply, quoting this message"
rel="nofollow"
data-xf-click="quote"
data-quote-href="/forum/posts/000000/quote">reply</a>
</div>
Where do I make this edit in the admin area? I never noticed that before and I have to image it happened recently - I just have no idea why or how...
