diff --git a/dashboard/templates/environment.html b/dashboard/templates/environment.html
index 149593f..ab25847 100644
--- a/dashboard/templates/environment.html
+++ b/dashboard/templates/environment.html
@@ -1,5 +1,5 @@
{% extends "layout.html" %}
-{% set title = 'Environment' -%}
+{% set title = 'TMO Weather DB' -%}
{% set active_page = 'environment' -%}
{% block body %}
diff --git a/dashboard/templates/files.html b/dashboard/templates/files.html
index 7a0079e..88929aa 100644
--- a/dashboard/templates/files.html
+++ b/dashboard/templates/files.html
@@ -1,5 +1,5 @@
{% extends "layout.html" %}
-{% set title = 'TCS Control' -%}
+{% set title = 'TMO Files' -%}
{% set active_page = 'files' -%}
{% block body %}
diff --git a/dashboard/templates/layout.html b/dashboard/templates/layout.html
index c1f20ec..cc8a8da 100644
--- a/dashboard/templates/layout.html
+++ b/dashboard/templates/layout.html
@@ -85,7 +85,7 @@