From dc6cd87a1506cba4290b4d43d91015de922a3b67 Mon Sep 17 00:00:00 2001 From: rimu <3310831+rimu@users.noreply.github.com> Date: Thu, 29 Aug 2024 09:36:12 +1200 Subject: [PATCH] reword about page to fix grammer --- app/templates/about.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/templates/about.html b/app/templates/about.html index 7535f683..f0b56854 100644 --- a/app/templates/about.html +++ b/app/templates/about.html @@ -8,10 +8,10 @@

{{ _('About %(site_name)s', site_name=g.site.name) }}

-

{{ g.site.name }} is a pyfedi instance created on +

This site is a PieFed instance created on {{instance.created_at.strftime('%d-%m-%Y')}}. It is home to {{user_amount}} users - (of which {{mau}} active in the last month). In {{community_amount}} communities - we discussed content from {{domains_amount}} domains websites and made + (of which {{mau}} were active in the last month). In {{community_amount}} communities + we discussed content from {{domains_amount}} websites and made {{posts_amount}} posts.

{{ _('Team') }}

This instance is administered by {% for admin in admins %}{{ admin.user_name }}{{ ", " if not loop.last }}{% endfor %}.