diff --git a/app/templates/base.html b/app/templates/base.html
index 5d4c646..28270f5 100644
--- a/app/templates/base.html
+++ b/app/templates/base.html
@@ -4,7 +4,7 @@
{% if title %}
{{ title }} - Forum
{% else %}
- microblog
+ Forum
{% endif %}
@@ -44,7 +44,7 @@
- microblog
+ Forum
- {{ _('Home') }}
- {{ _('Most Recent Posts') }}
diff --git a/app/templates/follower_email.html b/app/templates/follower_email.html
index 9db5cd5..4104505 100644
--- a/app/templates/follower_email.html
+++ b/app/templates/follower_email.html
@@ -10,4 +10,4 @@
{{ _('Regards,') }}
-{{ _('The microblog
admin') }}
+{{ _('The forum
admin') }}
diff --git a/app/templates/follower_email.txt b/app/templates/follower_email.txt
index df3afb7..d530364 100644
--- a/app/templates/follower_email.txt
+++ b/app/templates/follower_email.txt
@@ -6,4 +6,4 @@
{{ _('Regards,') }}
-{{ _('The microblog admin') }}
+{{ _('The forum admin') }}