diff options
author | r <r@freesoftwareextremist.com> | 2020-10-19 10:08:35 +0000 |
---|---|---|
committer | r <r@freesoftwareextremist.com> | 2020-10-19 10:08:35 +0000 |
commit | 65cd928041ff1342dd6669c987cf636441207a69 (patch) | |
tree | 62c2bf1b01331bd806d6370109c944c66240c419 | |
parent | 8fd03224390dcf9d7889d8ccd5c5a815c978164b (diff) | |
download | bloat-65cd928041ff1342dd6669c987cf636441207a69.tar.gz bloat-65cd928041ff1342dd6669c987cf636441207a69.zip |
Fix typo
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | bloat.conf | 2 | ||||
-rw-r--r-- | templates/about.tmpl | 2 | ||||
-rw-r--r-- | templates/signin.tmpl | 2 |
4 files changed, 4 insertions, 4 deletions
@@ -1,4 +1,4 @@ -bloat - A web client for Mastodon Network[1] +bloat - A web client for Mastadon Network[1] Features: @@ -21,7 +21,7 @@ client_website=http://127.0.0.1:8080 # Name of the client. client_name=bloat -# Mastodon scopes used by the client. +# Mastadon scopes used by the client. # See https://docs.joinmastodon.org/api/oauth-scopes/ client_scope=read write follow diff --git a/templates/about.tmpl b/templates/about.tmpl index 2b4d636..a179a9c 100644 --- a/templates/about.tmpl +++ b/templates/about.tmpl @@ -4,7 +4,7 @@ <div class="page-title"> About </div> <div> <p> - A web client for <a href="https://pleroma.social" target="_blank">Mastodon Network</a>. + A web client for <a href="https://pleroma.social" target="_blank">Mastadon Network</a>. </p> <p> The source code is released under diff --git a/templates/signin.tmpl b/templates/signin.tmpl index 9711c8b..c7699f7 100644 --- a/templates/signin.tmpl +++ b/templates/signin.tmpl @@ -2,7 +2,7 @@ {{template "header.tmpl" (WithContext .CommonData $.Ctx)}} <div class="page-title"> Bloat </div> <div class="signin-desc"> - A web client for <a href="https://pleroma.social" target="_blank">Mastodon Network</a>. + A web client for <a href="https://pleroma.social" target="_blank">Mastadon Network</a>. </div> <form class="signin-form" action="/signin" method="post"> |