diff --git a/brutaldon/templates/main/notifications.html b/brutaldon/templates/main/notifications.html index fdfd5c0..146b277 100644 --- a/brutaldon/templates/main/notifications.html +++ b/brutaldon/templates/main/notifications.html @@ -4,7 +4,7 @@ {% load sanitizer %} {% block title %} - Brutaldon ({{ own_acct.username }}) - Notifications timelime + Brutaldon ({{ own_acct.username }}) - Notifications timeline {% endblock %} {% comment %} diff --git a/brutaldon/templates/main/timeline.html b/brutaldon/templates/main/timeline.html index d229d2f..32b6c56 100644 --- a/brutaldon/templates/main/timeline.html +++ b/brutaldon/templates/main/timeline.html @@ -4,7 +4,7 @@ {% load cache %} {% block title %} - Brutaldon ({{ own_acct.username }}) - {{ timeline_name }} timelime + Brutaldon ({{ own_acct.username }}) - {{ timeline_name }} timeline {% endblock %} {% block page_scripts %} diff --git a/brutaldon/templates/main/user.html b/brutaldon/templates/main/user.html index e6ef430..bcfb703 100644 --- a/brutaldon/templates/main/user.html +++ b/brutaldon/templates/main/user.html @@ -4,7 +4,7 @@ {% load taglinks %} {% block title %} -Brutaldon ({{ own_acct.username }}) - {{ user.acct }} timelime +Brutaldon ({{ own_acct.username }}) - {{ user.acct }} timeline {% endblock %} {% block content %}