[chore] Change "federating with" to "knows of"

This commit is contained in:
tobi 2025-04-15 09:54:56 +02:00
commit efb9161cbe

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 }}