diff options
author | 2024-10-31 00:26:26 +0100 | |
---|---|---|
committer | 2024-10-31 00:26:26 +0100 | |
commit | 49eb8f602e5159ae4375ef32adb66272c6d07e3d (patch) | |
tree | b573678bb0aa5ad17d317af0440e02056003a78d | |
parent | [docs] Clarify what Visibility Level means (#3500) (diff) | |
download | gotosocial-49eb8f602e5159ae4375ef32adb66272c6d07e3d.tar.xz |
[chore] Fix minor typo in About template (#3502)
-rw-r--r-- | web/template/about.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/template/about.tmpl b/web/template/about.tmpl index 557a698af..37d115256 100644 --- a/web/template/about.tmpl +++ b/web/template/about.tmpl @@ -172,7 +172,7 @@ Polls can have up to <p> ActivityPub instances federate with other instances by exchanging data with them over the network. Exchanged data includes things like accounts, statuses, likes, boosts, and media attachments. - This exchange of data can prevented for instances on specific domains via a domain block created + This exchange of data can be prevented for instances on specific domains via a domain block created by an instance admin. When an instance is domain blocked by another instance: </p> <ul> @@ -190,4 +190,4 @@ Polls can have up to </div> </section> </main> -{{- end }}
\ No newline at end of file +{{- end }} |