diff options
Diffstat (limited to 'templates/devel')
-rw-r--r-- | templates/devel/clock.html | 10 | ||||
-rw-r--r-- | templates/devel/index.html | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/templates/devel/clock.html b/templates/devel/clock.html index 409ba24c..9ee5494a 100644 --- a/templates/devel/clock.html +++ b/templates/devel/clock.html @@ -2,14 +2,14 @@ {% load static from staticfiles %} {% load tz %} -{% block title %}{{ BRANDING_DISTRONAME }} - Developer World Clocks{% endblock %} +{% block title %}{{ BRANDING_DISTRONAME }} - Hacker World Clocks{% endblock %} {% block content %} <div id="dev-clocks-box" class="box"> - <h2>Developer World Clocks</h2> + <h2>Hacker World Clocks</h2> - <p>This page helps prevent you from waking a sleeping developer. It also - depends on developers keeping the time zone information up to date, so if + <p>This page helps prevent you from waking a sleeping hacker. It also + depends on hackers keeping the time zone information up to date, so if you see 'UTC' listed, pester them to update their settings.</p> <p> UTC Time: {{ utc_now|date:"Y-m-d H:i T" }} @@ -18,7 +18,7 @@ <table id="clocks-table" class="results"> <thead> <tr> - <th>Developer</th> + <th>Hacker</th> <th>Username</th> <th>Alias</th> <th>Location</th> diff --git a/templates/devel/index.html b/templates/devel/index.html index a7ffe0e2..de132fd0 100644 --- a/templates/devel/index.html +++ b/templates/devel/index.html @@ -3,7 +3,7 @@ {% load cache %} {% load package_extras %} -{% block title %}{{ BRANDING_DISTRONAME }} - Developer Dashboard{% endblock %} +{% block title %}{{ BRANDING_DISTRONAME }} - Hacker Dashboard{% endblock %} {% block content %} <div id="dev-dashboard" class="box"> |