Skip to content

Commit

Permalink
Slight change from caps to lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanbobel committed Oct 13, 2023
1 parent a34ab8c commit 195af62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/templates/admin_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -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')
},
{
Expand Down Expand Up @@ -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')
},
{
Expand All @@ -102,7 +102,7 @@
},
{
"href": url_for('main.user_profile'),
"text": "User Profile",
"text": "User profile",
"active": header_navigation.is_selected('user-profile')
},
{
Expand Down

0 comments on commit 195af62

Please sign in to comment.