diff rhodecode/templates/admin/users/user_edit_my_account.html @ 619:a1ec653f5f95

#38 updated RhodeCode titles
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 18 Oct 2010 23:51:37 +0200
parents b75b77ef649d
children 5e209dcd3821
line wrap: on
line diff
--- a/rhodecode/templates/admin/users/user_edit_my_account.html	Mon Oct 18 22:54:06 2010 +0200
+++ b/rhodecode/templates/admin/users/user_edit_my_account.html	Mon Oct 18 23:51:37 2010 +0200
@@ -2,7 +2,7 @@
 <%inherit file="/base/base.html"/>
 
 <%def name="title()">
-    ${c.rhodecode_user.username} ${_('account')}
+    ${_('My account')} ${c.rhodecode_user.username} - ${c.rhodecode_name}
 </%def>
 
 <%def name="breadcrumbs_links()">