XF 2.0 Smiley Editor - "Success" Message

eXTA

Member
Hey guys,
I need help, I just cannot find it. :D

I want to translate the "success" message at the top of the board when you click on the smilies tab in the editor.

Where can I find the passage to edit the success message??

Code:
{ok: true, html: {,…}, status: "ok", message: "Success",…}
html: {,…}
content: "<h3 class="tabs tabs--editor hScroller" data-xf-in"
message: "Success"

Code:
<div class="flashMessage-content">Success</div>

Code:
<div class="fr-tooltip" style="left: -3000px; top: 942px; position: fixed;">Smilies</div><span class="globalAction"><span class="globalAction-bar"></span><span class="globalAction-block"><i></i><i></i><i></i></span></span><div class="flashMessage is-active" style=""><div class="flashMessage-content">Success</div></div></body></html>

that's what I somehow found out about it, but where in the ACP or in which file do I have to edit it?

Thank you and have a nice weekend! :)
 
Top Bottom