diff --git a/Theme/backend/profile-single.tpl.php b/Theme/backend/profile-single.tpl.php index 0066a6d..e6f88be 100644 --- a/Theme/backend/profile-single.tpl.php +++ b/Theme/backend/profile-single.tpl.php @@ -85,13 +85,13 @@ echo $this->getData('nav')->render();
| = $this->getText('ID', 0, 0); ?> - | = $this->getText('Title'); ?> - | = $this->getText('Type'); ?> - | = $this->getText('Created'); ?> + | = $this->getText('Name', 'Media'); ?> + | = $this->getText('Type', 'Media'); ?> + | = $this->getText('Created', 'Media'); ?> |
| = $footerView->render(); ?> | ||||||