[chore] Change "federating with" to "knows of" (#4014)

This commit is contained in:
tobi
2025-04-15 10:19:06 +02:00
committed by GitHub
parent 5b2fe1f9a0
commit 2b98432ca2

View File

@@ -100,6 +100,6 @@ Instance Logo
<h1>{{- .instance.Title -}}</h1>
</a>
{{- if .showStrap }}
<aside>home to {{ template "strapUsers" . }} who wrote {{ template "strapPosts" . }}, federating with {{ template "strapInstances" . }}</aside>
<aside>home to {{ template "strapUsers" . }} who wrote {{ template "strapPosts" . }}; knows of {{ template "strapInstances" . }}</aside>
{{- end }}
{{- end }}