diff --git a/src/components/account-info.jsx b/src/components/account-info.jsx
index 27e53d43..d5ac62c4 100644
--- a/src/components/account-info.jsx
+++ b/src/components/account-info.jsx
@@ -643,7 +643,9 @@ function AccountInfo({
>
{postingStats.daysSinceLastPost < 365
- ? `Last ${postingStats.total} posts in the past
+ ? `Last ${postingStats.total} post${
+ postingStats.total > 1 ? 's' : ''
+ } in the past
${postingStats.daysSinceLastPost} day${
postingStats.daysSinceLastPost > 1 ? 's' : ''
}`