diff --git a/app/templates/admin_template.html b/app/templates/admin_template.html
index 5e31451caf..2709582e4a 100644
--- a/app/templates/admin_template.html
+++ b/app/templates/admin_template.html
@@ -45,7 +45,7 @@
{% set navigation = [
{
"href": url_for("main.show_accounts_or_dashboard"),
- "text": "Current Service",
+ "text": "Current service",
"active": header_navigation.is_selected('accounts-or-dashboard')
},
{
@@ -82,7 +82,7 @@
{% set navigation = [
{
"href": url_for("main.show_accounts_or_dashboard"),
- "text": "Current Service",
+ "text": "Current service",
"active": header_navigation.is_selected('accounts-or-dashboard')
},
{
@@ -102,7 +102,7 @@
},
{
"href": url_for('main.user_profile'),
- "text": "User Profile",
+ "text": "User profile",
"active": header_navigation.is_selected('user-profile')
},
{