diff options
author | Max Magorsch <arzano@gentoo.org> | 2020-10-01 02:45:02 +0200 |
---|---|---|
committer | Max Magorsch <arzano@gentoo.org> | 2020-10-01 02:45:02 +0200 |
commit | a5d2b46662815d0bf5f9c1554b0f10ef72997669 (patch) | |
tree | 1e89fcd432b233ecedb909924ded3389804c430a /web | |
parent | Improve the bug import (diff) | |
download | soko-a5d2b46662815d0bf5f9c1554b0f10ef72997669.tar.gz soko-a5d2b46662815d0bf5f9c1554b0f10ef72997669.tar.bz2 soko-a5d2b46662815d0bf5f9c1554b0f10ef72997669.zip |
Change Difference to Age
Signed-off-by: Max Magorsch <arzano@gentoo.org>
Diffstat (limited to 'web')
-rw-r--r-- | web/templates/about/status.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/templates/about/status.tmpl b/web/templates/about/status.tmpl index 1ab8a8f..e2af6ac 100644 --- a/web/templates/about/status.tmpl +++ b/web/templates/about/status.tmpl @@ -22,7 +22,7 @@ <tr> <th scope="col">Type</th> <th scope="col">Last Update</th> - <th scope="col">Difference</th> + <th scope="col">Age</th> </tr> </thead> <tbody> |