diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-31 13:00:42 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-31 13:00:42 +0800 |
commit | 1a97ac821d60a8b590a8ffd9694f4effc13462ef (patch) | |
tree | 2c6b0ae323ce8fc2d75fcb45dad31207ae0e8b2c | |
parent | Serve tarball of source rather than using individual source files (diff) | |
download | forge-1a97ac821d60a8b590a8ffd9694f4effc13462ef.tar.gz forge-1a97ac821d60a8b590a8ffd9694f4effc13462ef.tar.zst forge-1a97ac821d60a8b590a8ffd9694f4effc13462ef.zip |
Unify spelling of Author date
-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> |