diff options
Diffstat (limited to 'ihatemoney/history.py')
| -rw-r--r-- | ihatemoney/history.py | 2 |
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__] |
