Slightly lost in the admin cp

JRW-910

Member
Licensed customer
I know this is a stupid question, but I am stumped...

In a templates I have "@headerBarTextMember" which translates to some text. Where do I edit that text in the admin cp? Is it a phase ... cuz its not coming up in the search.

Thanks,

-JRW
 
Template: header_bar

Code:
 <!-- If the user is a member but not moderator or admin -->
            <xen:if is="{$visitor.user_id} && !{$visitor.is_moderator} && !{$visitor.is_admin} && @showHeaderBarTextString">
                <span class="itemLabel">@headerBarTextMember</span>
 
I had this same issue working with the Aurora template. I was able to find the settings here - Admin CP > Appearance > Style Properties > Aurora Style Properties > Settings.
 
Back
Top Bottom