-
@Html(i18n!(ctx.1, "Home to {0} users"; n_users))
+
@Html(i18n!(ctx.1, "Home to {0} people"; n_users))
@Html(i18n!(ctx.1, "Who wrote {0} articles"; n_articles))
diff --git a/templates/instance/admin.rs.html b/templates/instance/admin.rs.html
index 85134fd..fcf6f6e 100644
--- a/templates/instance/admin.rs.html
+++ b/templates/instance/admin.rs.html
@@ -27,7 +27,7 @@
}
@i18n!(ctx.1, "Allow anyone to register here")
-
+
diff --git a/templates/partials/instance_description.rs.html b/templates/partials/instance_description.rs.html
index c479e7a..e6ff2bf 100644
--- a/templates/partials/instance_description.rs.html
+++ b/templates/partials/instance_description.rs.html
@@ -10,7 +10,7 @@
@i18n!(ctx.1, "What is Plume?")
@i18n!(ctx.1, "Plume is a decentralized blogging engine.")
- @i18n!(ctx.1, "Authors can manage various blogs, each as an unique website.")
+ @i18n!(ctx.1, "Authors can manage multiple blogs, each as its own website.")
@i18n!(ctx.1, "Articles are also visible on other Plume instances, and you can interact with them directly from other platforms like Mastodon.")
@i18n!(ctx.1, "Create your account")
diff --git a/templates/posts/details.rs.html b/templates/posts/details.rs.html
index 600143a..daa2d27 100644
--- a/templates/posts/details.rs.html
+++ b/templates/posts/details.rs.html
@@ -98,7 +98,7 @@
}