diff --git a/evennia/web/website/templates/website/evennia_admin.html b/evennia/web/website/templates/website/evennia_admin.html index 9e2df5b4a6..8e88d9cc50 100644 --- a/evennia/web/website/templates/website/evennia_admin.html +++ b/evennia/web/website/templates/website/evennia_admin.html @@ -9,14 +9,14 @@
- Welcome to the Evennia Admin Page. Here, you can edit many facets of players, characters, and other parts of the game. + Welcome to the Evennia Admin Page. Here, you can edit many facets of accounts, characters, and other parts of the game.
-
diff --git a/evennia/web/website/templates/website/index.html b/evennia/web/website/templates/website/index.html index 4dfc4959b3..f16b41741f 100644 --- a/evennia/web/website/templates/website/index.html +++ b/evennia/web/website/templates/website/index.html @@ -52,14 +52,14 @@
- There's currently {{num_players_connected}} connected out of a total of {{num_players_registered}} players registered. + There's currently {{num_accounts_connected}} connected out of a total of {{num_accounts_registered}} account{{num_accounts_registered|pluralize}} registered.
- Of these, {{num_players_registered_recent}} were created this week, and {{num_players_connected_recent}} have connected within the last seven days. + Of these, {{num_accounts_registered_recent}} were created this week, and {{num_accounts_connected_recent}} have connected within the last seven days.