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 @@

Admin

- 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.


-

Players

- Players are user accounts. Players can have several characters under them. A user's login and password information can be changed here. +

Accounts

+ Accounts can have several characters under them. A user's login and password information can be changed here.

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 @@

-

Players

+

Accounts

- 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.

@@ -71,8 +71,8 @@
    - {% for player in players_connected_recent %} -
  • {{player.username}} -- {{player.last_login|timesince}} ago
  • + {% for account in accounts_connected_recent %} +
  • {{account.username}}—{{account.last_login|timesince}} ago
  • {% endfor %}
@@ -85,8 +85,8 @@
    -
  • {{num_players_registered}} players (+ {{num_characters}} characters)
  • -
  • {{num_rooms}} rooms (+ {{num_exits}} exits)
  • +
  • {{num_accounts_registered}} account{{num_accounts_registered|pluralize}} (+ {{num_characters}} character{{num_characters|pluralize}})
  • +
  • {{num_rooms}} room{{num_rooms|pluralize}} (+ {{num_exits}} exits)
  • {{num_others}} other objects