mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 07:46:23 -04:00
Remove the verbs from the navigation
Because ‘Send text messages’ isn’t very helpful if you’re looking to edit a template. It also helps front-load the navigation, ie ‘Team’ is the first word, rather than the more generic ‘Manage’.
This commit is contained in:
@@ -19,11 +19,7 @@ Manage users – GOV.UK Notify
|
||||
<div class="grid-row">
|
||||
<div class="column-two-thirds">
|
||||
<h1 class="heading-large">
|
||||
{% if current_user.has_permissions(['manage_users']) %}
|
||||
Manage team
|
||||
{% else %}
|
||||
View team members
|
||||
{% endif %}
|
||||
Team members
|
||||
</h1>
|
||||
</div>
|
||||
{% if current_user.has_permissions(['manage_users']) %}
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
{% block maincolumn_content %}
|
||||
|
||||
<h1 class="heading-large">Manage settings</h1>
|
||||
<h1 class="heading-large">Settings</h1>
|
||||
|
||||
{{ browse_list([
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user