diff options
Diffstat (limited to 'template/yoga/admin/profile.tpl')
-rw-r--r-- | template/yoga/admin/profile.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/template/yoga/admin/profile.tpl b/template/yoga/admin/profile.tpl index 383841a79..f6326319c 100644 --- a/template/yoga/admin/profile.tpl +++ b/template/yoga/admin/profile.tpl @@ -1,6 +1,6 @@ -<!-- DEV TAG: not smarty migrated --> +{* $Id$ *} <div class="titrePage"> - <h2>{lang:Profile}</h2> + <h2>{'Profile'|@translate}</h2> </div> -{PROFILE_CONTENT} +{$PROFILE_CONTENT} |