diff options
author | Dan McGee <dan@archlinux.org> | 2014-09-01 22:53:23 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2014-09-01 22:53:23 +0200 |
commit | 9335d3330b2cee8065cbd46eb71a7ebc50b4b037 (patch) | |
tree | de03d9b32ad65f61d0d9284a541857be9dc24b24 /templates/mirrors/url_details.html | |
parent | 0b17362c37ee91d329184fae3bb3f38801ede152 (diff) | |
download | archweb-9335d3330b2cee8065cbd46eb71a7ebc50b4b037.tar.gz archweb-9335d3330b2cee8065cbd46eb71a7ebc50b4b037.tar.xz |
Save some space, (secs) -> (s)
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/mirrors/url_details.html')
-rw-r--r-- | templates/mirrors/url_details.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/mirrors/url_details.html b/templates/mirrors/url_details.html index 54960a0..201e189 100644 --- a/templates/mirrors/url_details.html +++ b/templates/mirrors/url_details.html @@ -63,7 +63,7 @@ <th>Check IP</th> <th>Last Sync</th> <th>Delay (hh:mm)</th> - <th>Duration (secs)</th> + <th>Duration (s)</th> <th>Success?</th> <th>Error Message</th> </tr> |