diff --git a/rhodecode/templates/admin/my_account/my_account.mako b/rhodecode/templates/admin/my_account/my_account.mako
--- a/rhodecode/templates/admin/my_account/my_account.mako
+++ b/rhodecode/templates/admin/my_account/my_account.mako
@@ -32,10 +32,10 @@
${_('SSH Keys')}
${_('User Group Membership')}
- ## TODO: Find a better integration of oauth views into navigation.
- <% my_account_oauth_url = h.route_path_or_none('my_account_oauth') %>
- % if my_account_oauth_url:
- ${_('OAuth Identities')}
+ ## TODO: Find a better integration of oauth/saml views into navigation.
+ <% my_account_external_url = h.route_path_or_none('my_account_external_identity') %>
+ % if my_account_external_url:
+ ${_('External Identities')}
% endif
${_('Emails')}
${_('Repositories')}