diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-07-25 04:30:28 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-07-25 04:30:28 -0400 |
| commit | 5b4d05d4f967f1dc066d6ed04af53f51c6af89f3 (patch) | |
| tree | 8a3bb182324c754204db59aced70894e0ec16002 /static | |
| parent | b15b6a1429fc695076966177411ce46418a2bfec (diff) | |
consistency fixes for Matrix room table
Diffstat (limited to 'static')
| -rw-r--r-- | static/contact.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/contact.html b/static/contact.html index 83515ddb..ba5f7500 100644 --- a/static/contact.html +++ b/static/contact.html @@ -91,11 +91,11 @@ </tr> <tr> <td><a href="https://app.element.io/#/room/%23releases:grapheneos.org">#releases:grapheneos.org</a></td> - <td>GrapheneOS release announcements</td> + <td>Release announcements</td> </tr> <tr> <td><a href="https://app.element.io/#/room/%23infra:grapheneos.org">#infra:grapheneos.org</a></td> - <td>Infrastructure monitoring and discussion.</td> + <td>Infrastructure monitoring and discussion</td> </tr> </table> |
