3 users online. Create an account or sign in to join them.Users
Added translation function to element
A bug in 2.2, submitted by vladG on 09 February 2011
Announcement
Symphony's issue tracker has been moved to Github.
Issues are displayed here for reference only and cannot be created or edited.
In “symphony/content/content.blueprintssections.php” change line 322
$label = Widget::Label('Name');to
$label = Widget::Label(__('Name'));Thanks!