From b914a9696bc4fadc46fdca655c94c3b4cedf3e8c Mon Sep 17 00:00:00 2001 From: Dessalines Date: Thu, 28 Jan 2021 11:33:46 -0500 Subject: [PATCH] Changing some counts to lower case. --- translations/en.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/translations/en.json b/translations/en.json index 7f81a93..7a82481 100644 --- a/translations/en.json +++ b/translations/en.json @@ -106,14 +106,14 @@ "creator": "creator", "username": "Username", "email_or_username": "Email or Username", - "number_of_users": "{{count}} User", - "number_of_users_plural": "{{count}} Users", - "number_of_subscribers": "{{count}} Subscriber", - "number_of_subscribers_plural": "{{count}} Subscribers", - "number_of_points": "{{count}} Point", - "number_of_points_plural": "{{count}} Points", - "number_online": "{{count}} User Online", - "number_online_plural": "{{count}} Users Online", + "number_of_users": "{{count}} user", + "number_of_users_plural": "{{count}} users", + "number_of_subscribers": "{{count}} subscriber", + "number_of_subscribers_plural": "{{count}} subscribers", + "number_of_points": "{{count}} point", + "number_of_points_plural": "{{count}} points", + "number_online": "{{count}} user online", + "number_online_plural": "{{count}} users online", "name": "Name", "name_explain": "Name – used as the identifier for the community, cannot be changed.", "display_name": "Display name",