diff options
Diffstat (limited to 'ishtar_common/models.py')
-rw-r--r-- | ishtar_common/models.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ishtar_common/models.py b/ishtar_common/models.py index b06b927ba..af7908b53 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -2921,8 +2921,8 @@ class Person(Address, Merge, OwnPerms, ValueGetter, MainItem): ( reverse("account_creation", args=[self.pk]), _("Create new account"), - "fa fa-pencil", - _("Compte"), + "fa fa-user", + "", "", False, ), |