diff options
Diffstat (limited to 'templates/devel/clock.html')
-rw-r--r-- | templates/devel/clock.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/devel/clock.html b/templates/devel/clock.html index 6dc7defd..6ed890c1 100644 --- a/templates/devel/clock.html +++ b/templates/devel/clock.html @@ -4,16 +4,16 @@ {% load flags %} {% load tz %} -{% block title %}{{ BRANDING_DISTRONAME }} - Developer World Clocks{% endblock %} +{% block title %}{{ BRANDING_DISTRONAME }} - Hacker World Clocks{% endblock %} {% block head %}<link rel="stylesheet" type="text/css" href="{% static "flags/fam.css" %}" media="screen, projection" />{% 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>The "Last Action" column shows the last time this developer has done something we know about. Considered dates for each developer include:</p> @@ -33,7 +33,7 @@ <table id="clocks-table" class="results"> <thead> <tr> - <th>Developer</th> + <th>Hacker</th> <th>Username</th> <th>Alias</th> <th>Last Action</th> |