diff options
| author | Shyam Sunder <sgsunder1@gmail.com> | 2020-08-28 14:59:33 -0400 |
|---|---|---|
| committer | Shyam Sunder <sgsunder1@gmail.com> | 2020-08-28 14:59:33 -0400 |
| commit | f5111483af73595f8485f9c2b2a377fe2c549b3c (patch) | |
| tree | be1502b6efa6eea4f5353f8b6c0d0501430c9073 /client/html | |
| parent | e656a3c46a2264f70998c5b338bfd8b07631226e (diff) | |
client/html/help: fix typo
Diffstat (limited to 'client/html')
| -rw-r--r-- | client/html/help_search_posts.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/html/help_search_posts.tpl b/client/html/help_search_posts.tpl index e6cb707..efcb7c1 100644 --- a/client/html/help_search_posts.tpl +++ b/client/html/help_search_posts.tpl @@ -24,11 +24,11 @@ </tr> <tr> <td><code>upload</code></td> - <td>alias of <code>upload</code></td> + <td>alias of <code>uploader</code></td> </tr> <tr> <td><code>submit</code></td> - <td>alias of <code>upload</code></td> + <td>alias of <code>uploader</code></td> </tr> <tr> <td><code>comment</code></td> |