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 8970fad0..5b2e358b 100644 --- a/templates/devel/clock.html +++ b/templates/devel/clock.html @@ -3,16 +3,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> @@ -32,7 +32,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> diff --git a/templates/devel/index.html b/templates/devel/index.html index f3f32863..036f81fe 100644 --- a/templates/devel/index.html +++ b/templates/devel/index.html @@ -4,7 +4,7 @@ {% load package_extras %} {% load todolists %} -{% block title %}{{ BRANDING_DISTRONAME }} - Developer Dashboard{% endblock %} +{% block title %}{{ BRANDING_DISTRONAME }} - Hacker Dashboard{% endblock %} {% block content %} <div id="dev-dashboard" class="box"> |