aboutsummaryrefslogtreecommitdiff
path: root/ihatemoney/history.py
diff options
context:
space:
mode:
Diffstat (limited to 'ihatemoney/history.py')
-rw-r--r--ihatemoney/history.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ihatemoney/history.py b/ihatemoney/history.py
index 40aa761..9dda3de 100644
--- a/ihatemoney/history.py
+++ b/ihatemoney/history.py
@@ -70,7 +70,7 @@ def get_history(project, human_readable_names=True):
for version_list in [person_query.all(), project_query.all(), bill_query.all()]:
for version in version_list:
object_type = {
- "Person": _("Person"),
+ "Person": _("Participant"),
"Bill": _("Bill"),
"Project": _("Project"),
}[parent_class(type(version)).__name__]