diff --git a/app/navigation.py b/app/navigation.py
index 7343559d6..210354599 100644
--- a/app/navigation.py
+++ b/app/navigation.py
@@ -98,6 +98,7 @@ class HeaderNavigation(Navigation):
'notifications_sent_by_service',
'performance_platform_xlsx',
'usage_for_all_services',
+ 'organisations',
'platform_admin',
'platform_admin_list_complaints',
'platform_admin_reports',
@@ -235,7 +236,6 @@ class HeaderNavigation(Navigation):
'organisation_settings',
'organisation_preview_email_branding',
'organisation_preview_letter_branding',
- 'organisations',
'privacy',
'public_agreement',
'public_download_agreement',
diff --git a/app/templates/org_template.html b/app/templates/org_template.html
index 2088b05cf..af974f104 100644
--- a/app/templates/org_template.html
+++ b/app/templates/org_template.html
@@ -8,7 +8,7 @@
{% if current_user.platform_admin %}
-
All organisations
+
Organisations
{% endif %}
{{ current_org.name }}
diff --git a/app/templates/views/email-branding/select-branding.html b/app/templates/views/email-branding/select-branding.html
index 267e04143..eb6e8e3cc 100644
--- a/app/templates/views/email-branding/select-branding.html
+++ b/app/templates/views/email-branding/select-branding.html
@@ -9,7 +9,7 @@
{% block platform_admin_content %}
- {{ page_header('Email branding') }}
+
Email branding
{{ live_search(target_selector='.email-brand', show=True, form=search_form) }}