reword about page to fix grammer

This commit is contained in:
rimu 2024-08-29 09:36:12 +12:00
parent 277b21b8a0
commit dc6cd87a15

View file

@ -8,10 +8,10 @@
<div class="row"> <div class="row">
<div class="col-12 col-md-8 position-relative main_pane"> <div class="col-12 col-md-8 position-relative main_pane">
<h1>{{ _('About %(site_name)s', site_name=g.site.name) }}</h1> <h1>{{ _('About %(site_name)s', site_name=g.site.name) }}</h1>
<p> {{ g.site.name }} is a <a href="https://join.piefed.social/">pyfedi</a> instance created on <p> This site is a <a href="https://join.piefed.social/">PieFed</a> instance created on
{{instance.created_at.strftime('%d-%m-%Y')}}. It is home to <a href="/people">{{user_amount}} users</a> {{instance.created_at.strftime('%d-%m-%Y')}}. It is home to <a href="/people">{{user_amount}} users</a>
(of which {{mau}} active in the last month). In <a href="/communities/local"> {{community_amount}} communities</a> (of which {{mau}} were active in the last month). In <a href="/communities/local"> {{community_amount}} communities</a>
we discussed content from <a href="/domains">{{domains_amount}} domains</a> websites and made we discussed content from <a href="/domains">{{domains_amount}}</a> websites and made
{{posts_amount}} posts.</p> {{posts_amount}} posts.</p>
<h2>{{ _('Team') }}</h2> <h2>{{ _('Team') }}</h2>
<p>This instance is administered by {% for admin in admins %}<a href="/u/{{ admin.user_name }}">{{ admin.user_name }}</a>{{ ", " if not loop.last }}{% endfor %}.</p> <p>This instance is administered by {% for admin in admins %}<a href="/u/{{ admin.user_name }}">{{ admin.user_name }}</a>{{ ", " if not loop.last }}{% endfor %}.</p>