Slightly lost in the admin cp

JRW-910

Member
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>
 
Top Bottom