Thanks!
I'm trying to change "Newbie" to something else.
I found it in three places:
style_property_helpMenuNewbie_description_master
style_property_helpMenuNewbie_master
help_newbie
Do I change it in each case there)? And do I need to change anything in the following code:
Code:
<xen:require css="help_menu.css" />
<xen:if is="@helpMenuNewbie">
<xen:title>{xen:phrase help_newbie}</xen:title>
<div class="messageText ugc baseHtml helpAbout">
<div class="helpAboutTitle"></div>
or in the helps_link_wrapper?
Appreciate the help.