diff options
author | r <r@freesoftwareextremist.com> | 2021-08-26 05:06:23 +0000 |
---|---|---|
committer | r <r@freesoftwareextremist.com> | 2021-08-26 05:06:23 +0000 |
commit | 5ffe18067ff733de0103a604bd00f27e2c18effb (patch) | |
tree | e694eb38b3dc6fea931efc231085e11a4950e572 | |
parent | c493e18bc7f79d216a009426af7026ea93477834 (diff) | |
download | bloat-5ffe18067ff733de0103a604bd00f27e2c18effb.tar.gz bloat-5ffe18067ff733de0103a604bd00f27e2c18effb.zip |
Fix accesskey list
-rw-r--r-- | templates/about.tmpl | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/templates/about.tmpl b/templates/about.tmpl index 6357bcb..c0b8418 100644 --- a/templates/about.tmpl +++ b/templates/about.tmpl @@ -38,11 +38,11 @@ <td> <kbd>4</kbd> </td> </tr> <tr> - <td> Search </td> + <td> Remote timeline </td> <td> <kbd>5</kbd> </td> </tr> <tr> - <td> About </td> + <td> Search </td> <td> <kbd>6</kbd> </td> </tr> <tr> @@ -54,6 +54,10 @@ <td> <kbd>8</kbd> </td> </tr> <tr> + <td> About </td> + <td> <kbd>9</kbd> </td> + </tr> + <tr> <td> Emoji list </td> <td> <kbd>L</kbd> </td> </tr> |