# HG changeset patch # User Mads Kiilerich # Date 2015-05-13 01:27:50 # Node ID fd68a0120ed6284868b5cd72e3475cd3ee46663b # Parent 99cec44b48c0ae2e1eec25c3adc61f8816cf666c settings: use more descriptive page/section/menu names diff --git a/kallithea/templates/admin/my_account/my_account.html b/kallithea/templates/admin/my_account/my_account.html --- a/kallithea/templates/admin/my_account/my_account.html +++ b/kallithea/templates/admin/my_account/my_account.html @@ -33,11 +33,11 @@
  • ${_('Profile')}
  • +
  • ${_('Email Addresses')}
  • ${_('Password')}
  • ${_('API Keys')}
  • -
  • ${_('My Emails')}
  • -
  • ${_('My Repositories')}
  • -
  • ${_('Watched')}
  • +
  • ${_('Owned Repositories')}
  • +
  • ${_('Watched Repositories')}
  • ${_('Show Permissions')}
  • diff --git a/kallithea/templates/admin/user_groups/user_group_edit.html b/kallithea/templates/admin/user_groups/user_group_edit.html --- a/kallithea/templates/admin/user_groups/user_group_edit.html +++ b/kallithea/templates/admin/user_groups/user_group_edit.html @@ -30,7 +30,7 @@
  • ${_('Advanced')}
  • ${_('Permissions')}
  • ${_('Show Permissions')}
  • -
  • ${_('Members')}
  • +
  • ${_('Show Members')}
  • diff --git a/kallithea/templates/admin/users/user_edit.html b/kallithea/templates/admin/users/user_edit.html --- a/kallithea/templates/admin/users/user_edit.html +++ b/kallithea/templates/admin/users/user_edit.html @@ -27,11 +27,11 @@
    diff --git a/kallithea/templates/journal/journal.html b/kallithea/templates/journal/journal.html --- a/kallithea/templates/journal/journal.html +++ b/kallithea/templates/journal/journal.html @@ -50,10 +50,10 @@