Page 1 of 1

CMSContentManager- change field title

Posted: Thu Jan 16, 2020 1:49 pm
by cjcollen
How do I change a field title on the Edit Content page. I am using version 2.2.13.

The field titles used to be in the en_US.php language file but I cannot see the field that I want to change - Description (title attribute). I want to change this to something else.

Can't see wood for trees :)

Re: CMSContentManager- change field title

Posted: Thu Jan 16, 2020 4:26 pm
by DIGI3
It's in admin/lang/en_US.php, line 1585:

Code: Select all

$lang['titleattribute'] = "Description (title attribute)";

Re: CMSContentManager- change field title

Posted: Fri Jan 17, 2020 7:30 pm
by Rolf

SOLVED CMSContentManager- change field title

Posted: Sun Jan 19, 2020 3:51 pm
by cjcollen
Thanks, Digi3 and Rolf.