diff options
-rw-r--r-- | templates/repo_index.tmpl | 2 | ||||
-rw-r--r-- | templates/repo_log.tmpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/repo_index.tmpl b/templates/repo_index.tmpl index 4c0595e..4726445 100644 --- a/templates/repo_index.tmpl +++ b/templates/repo_index.tmpl @@ -61,7 +61,7 @@ <tr> <th scope="col">Title</th> <th scope="col">Author</th> - <th scope="col">Author Date</th> + <th scope="col">Author date</th> </tr> </thead> <tbody> diff --git a/templates/repo_log.tmpl b/templates/repo_log.tmpl index 08dd0ed..41a091c 100644 --- a/templates/repo_log.tmpl +++ b/templates/repo_log.tmpl @@ -53,7 +53,7 @@ <th scope="col">ID</th> <th scope="col">Title</th> <th scope="col">Author</th> - <th scope="col">Time</th> + <th scope="col">Author date</th> </tr> </thead> <tbody> |