diff options
author | Magnus Hagander | 2013-08-22 12:17:35 +0000 |
---|---|---|
committer | Magnus Hagander | 2013-08-22 12:17:35 +0000 |
commit | 96c3285aea439086100285d69615d341b01a2c1a (patch) | |
tree | 47b24df641e0b832320c500f6d259c36bd52e18e | |
parent | 728c68e5f7cf0e0d3fa83decd37c16cb5de9b1e1 (diff) |
Don't abbrev, it's on it's own line anyway
-rw-r--r-- | pgcommitfest/commitfest/templates/commitfest.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pgcommitfest/commitfest/templates/commitfest.html b/pgcommitfest/commitfest/templates/commitfest.html index 232dbe9..cc4818b 100644 --- a/pgcommitfest/commitfest/templates/commitfest.html +++ b/pgcommitfest/commitfest/templates/commitfest.html @@ -45,7 +45,7 @@ <th>Status</th> <th>Author</th> <th>Reviewers</th> - <th>Latest act</th> + <th>Latest activity</th> <th>Latest mail</th> </tr> </thead> |