diff --git a/app/templates/admin_template.html b/app/templates/admin_template.html
index 703719a73..c6436380e 100644
--- a/app/templates/admin_template.html
+++ b/app/templates/admin_template.html
@@ -53,7 +53,7 @@
{% set navigation = [
{
"href": url_for('main.get_started'),
- "text": "Using notify",
+ "text": "Using Notify",
"active": header_navigation.is_selected('using_notify')
},
{
@@ -85,7 +85,7 @@
{% set navigation = [
{
"href": url_for('main.get_started'),
- "text": "Using notify",
+ "text": "Using Notify",
"active": header_navigation.is_selected('using_notify')
},
{
@@ -114,7 +114,7 @@
{# {% set navigation = [
{
"href": url_for('main.get_started'),
- "text": "Using notify",
+ "text": "Using Notify",
"active": header_navigation.is_selected('using_notify')
},
{