x
 
Create New Page
 View Previous Changes    ( Last updated by Lisa Wess )

Changing CP Form Labels

Question: How can I change the labels in my ExpressionEngine control panel to say something other than Title and URL Title?

Answer: You can modify the file called lang.publish.php starting at line 201.

"title" =>
"Title",

"url_title" =>
"URL Title",

NOTE: Make a backup copy of the file prior to editing.

Category:Translations Category:Control Panel