Slight change from caps to lowercase

This commit is contained in:
Jonathan Bobel
2023-10-13 12:26:25 -04:00
parent a34ab8c972
commit 195af626c6

View File

@@ -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')
},
{